Searched defs:OnThreadExit (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/base/threading/ | ||
D | thread_local_storage_win.cc | 66 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) { in OnThreadExit() function |
D | thread_local_storage.cc | 175 void PlatformThreadLocalStorage::OnThreadExit() { in OnThreadExit() function in base::internal::PlatformThreadLocalStorage |
/external/chromium_org/testing/gtest/src/ | ||
D | gtest-port.cc | 414 static void OnThreadExit(DWORD thread_id) { in OnThreadExit() function in testing::internal::ThreadLocalRegistryImpl |