Searched refs:ThreadSpecificThreadExit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp115 void ThreadSpecificThreadExit() function in namespace:WTF
H A DThreadSpecific.h59 // 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.

Completed in 204 milliseconds