Searched refs:_pr_currentThread (Results 1 – 2 of 2) sorted by relevance
469 struct PRThread *_pr_currentThread; member476 #define _MD_GET_ATTACHED_THREAD() pThreadLocalStorage->_pr_currentThread478 #define _MD_SET_CURRENT_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentThread…
461 extern __declspec(thread) struct PRThread *_pr_currentThread;462 #define _MD_GET_ATTACHED_THREAD() _pr_currentThread463 #define _MD_SET_CURRENT_THREAD(_thread) (_pr_currentThread = (_thread))