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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nspr_pthread.h57 #define _MD_LAST_THREAD() \ macro
93 (_MD_LAST_THREAD())->no_sched = 0; \
H A D_irix.h154 #define _MD_LAST_THREAD() (_PR_PRDA()->last) macro
357 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
358 _MD_LAST_THREAD()->no_sched = 0; \
H A D_beos.h254 #define _MD_LAST_THREAD _MD_last_thread macro
H A D_solaris.h265 #define _MD_LAST_THREAD() _pr_last_thread_tls() macro
688 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
689 _MD_LAST_THREAD()->no_sched = 0; \
H A D_os2.h496 #define _MD_LAST_THREAD() pThreadLocalStorage->_pr_thread_last_run macro
H A D_win95.h469 #define _MD_LAST_THREAD() _pr_thread_last_run macro
481 #define _MD_LAST_THREAD() ((PRThread *) TlsGetValue(_pr_lastThreadIndex)) macro
H A D_winnt.h511 #define _MD_LAST_THREAD() \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h330 #define _MD_LAST_THREAD() (_pr_lastThread) macro
955 #define _PR_MD_LAST_THREAD _MD_LAST_THREAD

Completed in 84 milliseconds