Searched refs:g_acPreemptDisabled (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread-r0drv-os2.cpp50 static int32_t volatile g_acPreemptDisabled[256]; variable
104 int32_t c = g_acPreemptDisabled[ASMGetApicId()];
154 int32_t c = ASMAtomicIncS32(&g_acPreemptDisabled[ASMGetApicId()]);
168 int32_t volatile *pc = &g_acPreemptDisabled[ASMGetApicId()];
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread-r0drv-linux.c49 static int32_t volatile g_acPreemptDisabled[NR_CPUS]; variable
113 c = g_acPreemptDisabled[smp_processor_id()];
190 c = ASMAtomicIncS32(&g_acPreemptDisabled[smp_processor_id()]);
214 pc = &g_acPreemptDisabled[smp_processor_id()];

Completed in 41 milliseconds