Searched refs:_pr_currentCPU (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h486 struct _PRCPU *_pr_currentCPU; member in struct:__NSPR_TLS
499 #define _MD_CURRENT_CPU() pThreadLocalStorage->_pr_currentCPU
500 #define _MD_SET_CURRENT_CPU(_cpu) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentCPU = (_cpu)
H A D_win95.h472 extern __declspec(thread) struct _PRCPU *_pr_currentCPU; variable in typeref:struct:_PRCPU
473 #define _MD_CURRENT_CPU() _pr_currentCPU
474 #define _MD_SET_CURRENT_CPU(_cpu) (_pr_currentCPU = 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95thred.c47 __declspec(thread) struct _PRCPU *_pr_currentCPU;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h321 NSPR_API(struct _PRCPU *) _pr_currentCPU;
326 #define _MD_CURRENT_CPU() (_pr_currentCPU)
327 #define _MD_SET_CURRENT_CPU(_cpu) (_pr_currentCPU = (_cpu))
340 #define _PR_LOCK_HEAP() { PRIntn _is; if (_pr_currentCPU) _PR_INTSOFF(_is);
341 #define _PR_UNLOCK_HEAP() if (_pr_currentCPU) _PR_INTSON(_is); }
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c79 struct _PRCPU *_pr_currentCPU; variable in typeref:struct:_PRCPU

Completed in 56 milliseconds