Searched refs:_pr_thread_last_run (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h484 struct PRThread *_pr_thread_last_run; member in struct:__NSPR_TLS
496 #define _MD_LAST_THREAD() pThreadLocalStorage->_pr_thread_last_run
497 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread)
H A D_win95.h468 extern __declspec(thread) struct PRThread *_pr_thread_last_run; variable in typeref:struct:PRThread
469 #define _MD_LAST_THREAD() _pr_thread_last_run
470 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95thred.c45 __declspec(thread) struct PRThread *_pr_thread_last_run;

Completed in 49 milliseconds