Changeset 86525 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Oct 11, 2020 6:28:52 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp
r82968 r86525 197 197 198 198 199 /**200 * Validates and sets the process priority.201 * This will check that all rtThreadNativeSetPriority() will success for all the202 * thread types when applied to the current thread.203 *204 * @returns iprt status code.205 * @param enmPriority The priority to validate and set.206 * @remark Located in sched.207 */208 199 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority) 209 200 { … … 227 218 228 219 229 /**230 * Sets the priority of the thread according to the thread type231 * and current process priority.232 *233 * The RTTHREADINT::enmType member has not yet been updated and will be updated by234 * the caller on a successful return.235 *236 * @returns iprt status code.237 * @param pThread The thread in question.238 * @param enmType The thread type.239 * @remark Located in sched.240 */241 220 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 242 221 {
Note:
See TracChangeset
for help on using the changeset viewer.