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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 468 struct PRThread *_pr_thread_last_run; member in struct:__NSPR_TLS
480 #define _MD_LAST_THREAD() pThreadLocalStorage->_pr_thread_last_run
481 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread)
_win95.h 465 extern __declspec(thread) struct PRThread *_pr_thread_last_run; variable in typeref:struct:PRThread
466 #define _MD_LAST_THREAD() _pr_thread_last_run
467 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0)

Completed in 107 milliseconds