Searched defs:pActiveThread (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/solaris/ | ||
H A D | timer-r0drv-solaris.c | 100 kthread_t * volatile pActiveThread; member in struct:RTTIMER::__anon16683::__anon16684 114 kthread_t * volatile pActiveThread; member in struct:RTTIMER::__anon16683::__anon16685::__anon16686 218 pTimer->u.Single.pActiveThread = curthread; 223 pTimer->u.Single.pActiveThread = NULL; 276 pTimer->u.Omni.aPerCpu[iCpu].pActiveThread = curthread; 281 pTimer->u.Omni.aPerCpu[iCpu].pActiveThread = NULL; 430 return pTimer->u.Single.pActiveThread == pCurThread; 431 return pTimer->u.Omni.aPerCpu[CPU->cpu_id].pActiveThread == pCurThread; |
Completed in 1838 milliseconds