HomeSort by relevance Sort by last modified time
    Searched defs:CurrentId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/threading/
platform_thread_posix.cc 73 PlatformThread::CurrentId());
78 PlatformThread::CurrentId());
84 PlatformThread::CurrentId());
146 PlatformThreadId PlatformThread::CurrentId() {
174 return PlatformThreadHandle(pthread_self(), CurrentId());
199 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
platform_thread_win.cc 74 PlatformThread::CurrentId());
83 PlatformThread::CurrentId());
128 PlatformThreadId PlatformThread::CurrentId() {
160 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
178 SetNameInternal(CurrentId(), name);
183 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
  /external/chromium_org/v8/src/
v8threads.cc 285 state->set_id(CurrentId());
353 ThreadId ThreadManager::CurrentId() {

Completed in 114 milliseconds