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

  /external/libchrome/base/threading/
platform_thread_linux.cc 131 tracked_objects::ThreadData::InitializeThreadContext(name);
  /external/libchrome/base/
tracked_objects.h 116 // The first time that a thread calls ThreadData::InitializeThreadContext() or
531 static void InitializeThreadContext(const std::string& thread_name);
    [all...]
tracked_objects_unittest.cc 66 ThreadData::InitializeThreadContext(kMainThreadName);
    [all...]
tracked_objects.cc 441 void ThreadData::InitializeThreadContext(const std::string& thread_name) {
    [all...]

Completed in 135 milliseconds