Changeset 13836 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Nov 5, 2008 2:42:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r8245 r13836 666 666 case OSPRIOSUP_PROCESS_AND_THREAD_LEVEL: 667 667 pa = g_aProcessAndThread; 668 c = ELEMENTS(g_aProcessAndThread);668 c = RT_ELEMENTS(g_aProcessAndThread); 669 669 break; 670 670 case OSPRIOSUP_THREAD_LEVEL: 671 671 pa = g_aUnixConfigs; 672 c = ELEMENTS(g_aUnixConfigs);672 c = RT_ELEMENTS(g_aUnixConfigs); 673 673 break; 674 674 default:
Note:
See TracChangeset
for help on using the changeset viewer.