Searched refs:osl_isSingleCPU (Results 1 – 5 of 5) sorted by relevance
29 extern int osl_isSingleCPU;60 ::"m"(pCount),"m"(osl_isSingleCPU) in osl_incrementInterlockedCount()70 mov edx, osl_isSingleCPU110 ::"m"(pCount),"m"(osl_isSingleCPU) in osl_decrementInterlockedCount()120 mov edx, osl_isSingleCPU
97 int osl_isSingleCPU = 0; variable189 osl_isSingleCPU = 1;
37 extern int osl_isSingleCPU;48 if ( osl_isSingleCPU ) { in osl_incrementInterlockedCount()73 if ( osl_isSingleCPU ) { in osl_decrementInterlockedCount()
319 int osl_isSingleCPU = 0; variable342 osl_isSingleCPU = 1; in osl_interlockedCountCheckForSingleCPU()
39 mov osl_isSingleCPU@GOT(%ebx),%edx71 mov osl_isSingleCPU@GOT(%ebx),%edx
Completed in 32 milliseconds