Changeset 63357 in vbox for trunk/src/VBox/Runtime/r0drv/netbsd
- Timestamp:
- Aug 12, 2016 3:55:15 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/netbsd/thread2-r0drv-netbsd.c
r63349 r63357 72 72 73 73 lwp_lock(curlwp); 74 sched_nice(curproc, iPriority); 75 curlwp->l_priority = iPriority; 74 lwp_changepri(curlwp, iPriority); 76 75 lwp_unlock(curlwp); 77 76
Note:
See TracChangeset
for help on using the changeset viewer.