Searched refs:_MD_SET_LAST_THREAD (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_nspr_pthread.h63 #define _MD_SET_LAST_THREAD(newval) \ macro
87 _MD_SET_LAST_THREAD(_thread); \
H A D_solaris.h260 #define _MD_SET_LAST_THREAD(newval) \ macro
552 _MD_SET_LAST_THREAD(_thread); \
592 _MD_SET_LAST_THREAD(_thread); \
666 _MD_SET_LAST_THREAD(_thread); \
H A D_irix.h152 #define _MD_SET_LAST_THREAD(_thread) _PR_PRDA()->last = (_thread) macro
351 _MD_SET_LAST_THREAD(_thread); \
H A D_win95.h467 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0) macro
479 #define _MD_SET_LAST_THREAD(_thread) TlsSetValue(_pr_lastThreadIndex, 0) macro
H A D_reliantunix.h208 _MD_SET_LAST_THREAD(_thread); \
H A D_os2.h481 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread) macro
H A D_winnt.h512 #define _MD_SET_LAST_THREAD(_thread) \ macro
H A D_beos.h253 #define _MD_SET_LAST_THREAD _MD_set_last_thread macro
H A D_macos.h311 _MD_SET_LAST_THREAD(_thread); \

Completed in 951 milliseconds