Changeset 77911 in vbox for trunk/src/VBox
- Timestamp:
- Mar 27, 2019 11:51:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp
r77910 r77911 626 626 * to raise it again for existing thread (new threads will work fine). 627 627 */ 628 rc = SchedNativeCheckThreadTypes(&g_aDefaultPriority);628 rc = rtSchedNativeCheckThreadTypes(&g_aDefaultPriority, fHavePriorityProxy); 629 629 if (RT_SUCCESS(rc)) 630 630 g_pProcessPriority = &g_aDefaultPriority;
Note:
See TracChangeset
for help on using the changeset viewer.