Searched defs:_MD_SET_LAST_THREAD (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nspr_pthread.h66 #define _MD_SET_LAST_THREAD(newval) \ macro
90 _MD_SET_LAST_THREAD(_thread); \
H A D_irix.h155 #define _MD_SET_LAST_THREAD(_thread) _PR_PRDA()->last = (_thread) macro
354 _MD_SET_LAST_THREAD(_thread); \
H A D_beos.h256 #define _MD_SET_LAST_THREAD _MD_set_last_thread macro
H A D_solaris.h277 #define _MD_SET_LAST_THREAD(newval) \ macro
569 _MD_SET_LAST_THREAD(_thread); \
609 _MD_SET_LAST_THREAD(_thread); \
683 _MD_SET_LAST_THREAD(_thread); \
H A D_os2.h497 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread) macro
H A D_win95.h470 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0) macro
482 #define _MD_SET_LAST_THREAD(_thread) TlsSetValue(_pr_lastThreadIndex, 0) macro
H A D_winnt.h515 #define _MD_SET_LAST_THREAD(_thread) \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h331 #define _MD_SET_LAST_THREAD(t) (_pr_lastThread = t) macro
961 #define _PR_MD_SET_LAST_THREAD _MD_SET_LAST_THREAD

Completed in 72 milliseconds