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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecific.h 59 // ThreadSpecificThreadExit should be called each time when a thread is detached.
61 WTF_EXPORT void ThreadSpecificThreadExit();
75 WTF_EXPORT friend void ThreadSpecificThreadExit();
197 // Does not invoke destructor functions. They will be called from ThreadSpecificThreadExit when the thread is detached.
ThreadSpecificWin.cpp 115 void ThreadSpecificThreadExit()
ThreadingWin.cpp 204 ThreadSpecificThreadExit();

Completed in 52 milliseconds