HomeSort by relevance Sort by last modified time
    Searched refs:_pr_currentThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 469 struct PRThread *_pr_currentThread;
476 #define _MD_GET_ATTACHED_THREAD() pThreadLocalStorage->_pr_currentThread
478 #define _MD_SET_CURRENT_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentThread = (_thread)
_win95.h 461 extern __declspec(thread) struct PRThread *_pr_currentThread;
462 #define _MD_GET_ATTACHED_THREAD() _pr_currentThread
463 #define _MD_SET_CURRENT_THREAD(_thread) (_pr_currentThread = (_thread))

Completed in 234 milliseconds