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

  /external/chromium_org/base/threading/
thread_local_storage_win.cc 66 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) {
70 base::internal::PlatformThreadLocalStorage::OnThreadExit();
89 // this variable is discarded, the OnThreadExit function will never be called.
97 const PIMAGE_TLS_CALLBACK p_thread_callback_base = OnThreadExit;
105 PIMAGE_TLS_CALLBACK p_thread_callback_base = OnThreadExit;
thread_local_storage.h 65 static void OnThreadExit();
70 static void OnThreadExit(void* value);
thread_local_storage_posix.cc 15 base::internal::PlatformThreadLocalStorage::OnThreadExit);
thread_local_storage.cc 175 void PlatformThreadLocalStorage::OnThreadExit() {
187 void PlatformThreadLocalStorage::OnThreadExit(void* value) {
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.h 30 // Note that on Windows, a thread must call OnThreadExit() explicitly
88 static void OnThreadExit();
91 static inline void OnThreadExit() {}
thread_store_unittest.cpp 98 ThreadStore::OnThreadExit();
thread_store.cpp 46 // ThreadStore::OnThreadExit() that must be called when a thread exits,
220 void ThreadStore::OnThreadExit() {
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThreadWin.cpp 100 ::emugl::ThreadStore::OnThreadExit();
osThreadUnix.cpp 93 ::emugl::ThreadStore::OnThreadExit();
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 414 static void OnThreadExit(DWORD thread_id) {
485 OnThreadExit(tah->first);
    [all...]

Completed in 195 milliseconds