Searched refs:g_aTypesThread (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | sched-posix.cpp | 129 static const PROCPRIORITYTYPE g_aTypesThread[RTTHREADTYPE_END] = variable 167 { RTPROCPRIORITY_LOW, "Low", 9, 0, g_aTypesThread }, 168 { RTPROCPRIORITY_LOW, "Low", 11, 0, g_aTypesThread }, 169 { RTPROCPRIORITY_LOW, "Low", 15, 0, g_aTypesThread }, 170 { RTPROCPRIORITY_LOW, "Low", 17, 0, g_aTypesThread }, 171 { RTPROCPRIORITY_LOW, "Low", 19, 0, g_aTypesThread }, 172 { RTPROCPRIORITY_LOW, "Low", 7, 0, g_aTypesThread }, 173 { RTPROCPRIORITY_LOW, "Low", 5, 0, g_aTypesThread }, 174 { RTPROCPRIORITY_LOW, "Low", 3, 0, g_aTypesThread }, 175 { RTPROCPRIORITY_LOW, "Low", 1, 0, g_aTypesThread }, [all...] |
Completed in 42 milliseconds