HomeSort by relevance Sort by last modified time
    Searched refs:_MD_SET_CURRENT_CPU (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win95.h 471 #define _MD_SET_CURRENT_CPU(_cpu) (_pr_currentCPU = 0)
483 #define _MD_SET_CURRENT_CPU(_cpu) TlsSetValue(_pr_currentCPUIndex, 0)
_nspr_pthread.h 60 #define _MD_SET_CURRENT_CPU(newval) \
_irix.h 154 #define _MD_SET_CURRENT_CPU(_cpu) _PR_PRDA()->cpu = (_cpu)
_os2.h 484 #define _MD_SET_CURRENT_CPU(_cpu) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentCPU = (_cpu)
_winnt.h 528 #define _MD_SET_CURRENT_CPU(_cpu) \
_beos.h 243 #define _MD_SET_CURRENT_CPU _MD_set_current_cpu
445 // NSPR_API(void) _MD_set_current_cpu(_PRCPU *cpu);
_solaris.h 255 #define _MD_SET_CURRENT_CPU(newval) \

Completed in 711 milliseconds