Changeset 86525 in vbox for trunk/src/VBox/Runtime/r3/win/sched-win.cpp
- Timestamp:
- Oct 11, 2020 6:28:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/sched-win.cpp
r82968 r86525 264 264 265 265 266 /**267 * Validates and sets the process priority.268 * This will check that all rtThreadNativeSetPriority() will success for all the269 * thread types when applied to the current thread.270 *271 * @returns iprt status code.272 * @param enmPriority The priority to validate and set.273 * @remark Located in sched.274 */275 266 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority) 276 267 { … … 309 300 310 301 311 /**312 * Sets the priority of the thread according to the thread type313 * and current process priority.314 *315 * The RTTHREADINT::enmType member has not yet been updated and will be updated by316 * the caller on a successful return.317 *318 * @returns iprt status code.319 * @param pThread The thread in question.320 * @param enmType The thread type.321 * @remark Located in sched.322 */323 302 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 324 303 {
Note:
See TracChangeset
for help on using the changeset viewer.