Changeset 8921 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- May 19, 2008 3:40:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
r8245 r8921 69 69 70 70 thread_lock(curthread); 71 THREAD_CHANGE_PRI(curthread, iPriority);71 thread_change_pri(curthread, iPriority, 0); 72 72 thread_unlock(curthread); 73 73 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.