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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 63 #define _MD_SET_LAST_THREAD(newval) \
87 _MD_SET_LAST_THREAD(_thread); \
_solaris.h 260 #define _MD_SET_LAST_THREAD(newval) \
552 _MD_SET_LAST_THREAD(_thread); \
592 _MD_SET_LAST_THREAD(_thread); \
666 _MD_SET_LAST_THREAD(_thread); \
_irix.h 152 #define _MD_SET_LAST_THREAD(_thread) _PR_PRDA()->last = (_thread)
351 _MD_SET_LAST_THREAD(_thread); \
_win95.h 467 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0)
479 #define _MD_SET_LAST_THREAD(_thread) TlsSetValue(_pr_lastThreadIndex, 0)
_reliantunix.h 208 _MD_SET_LAST_THREAD(_thread); \
_os2.h 481 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread)
_winnt.h 512 #define _MD_SET_LAST_THREAD(_thread) \
_beos.h 253 #define _MD_SET_LAST_THREAD _MD_set_last_thread
455 NSPR_API(void) _MD_set_last_thread(PRThread *thread);
_macos.h 311 _MD_SET_LAST_THREAD(_thread); \

Completed in 231 milliseconds