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

/external/chromium/base/threading/
H A Dthread_local_storage_win.cc154 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) { function
177 // this variable is discarded, the OnThreadExit function will never be called.
185 const PIMAGE_TLS_CALLBACK p_thread_callback_base = OnThreadExit;
193 PIMAGE_TLS_CALLBACK p_thread_callback_base = OnThreadExit;

Completed in 56 milliseconds