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

  /external/libchrome/base/threading/
thread_collision_warner.cc 16 static subtle::Atomic32 CurrentThread() {
31 subtle::Atomic32 current_thread_id = CurrentThread();
46 subtle::Atomic32 current_thread_id = CurrentThread();
  /external/webrtc/webrtc/base/
thread.cc 45 return ThreadManager::Instance()->CurrentThread();
78 Thread *ThreadManager::CurrentThread() {
100 Thread *ThreadManager::CurrentThread() {
110 Thread* result = CurrentThread();
119 Thread* t = CurrentThread();
515 if (!ThreadManager::Instance()->CurrentThread()) {
522 if (ThreadManager::Instance()->CurrentThread() == this) {

Completed in 4851 milliseconds