Home
last modified time | relevance | path

Searched defs:_MD_SET_CURRENT_THREAD (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_nspr_pthread.h57 #define _MD_SET_CURRENT_THREAD(newval) \ macro
D_win95.h463 #define _MD_SET_CURRENT_THREAD(_thread) (_pr_currentThread = (_thread)) macro
475 #define _MD_SET_CURRENT_THREAD(_thread) TlsSetValue(_pr_currentThreadIndex, (_thread)) macro
D_beos.h252 #define _MD_SET_CURRENT_THREAD _MD_set_current_THREAD macro
D_irix.h149 #define _MD_SET_CURRENT_THREAD(_thread) _PR_PRDA()->me = (_thread) macro
D_solaris.h250 #define _MD_SET_CURRENT_THREAD(newval) \ macro
D_winnt.h496 #define _MD_SET_CURRENT_THREAD(_thread) \ macro
D_os2.h478 #define _MD_SET_CURRENT_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentThread… macro