Home
last modified time | relevance | path

Searched refs:CurrentHandle (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread_posix.cc67 PlatformThread::CurrentHandle().platform_handle(), in ThreadFunc()
73 PlatformThread::CurrentHandle().platform_handle(), in ThreadFunc()
157 PlatformThreadHandle PlatformThread::CurrentHandle() { in CurrentHandle() function in base::PlatformThread
Dplatform_thread.h137 static PlatformThreadHandle CurrentHandle();
Dplatform_thread_mac.mm168 pthread_mach_thread_np(PlatformThread::CurrentHandle().platform_handle());