HomeSort by relevance Sort by last modified time
    Searched full:old_thread_name_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/debug/
trace_event_unittest.cc 95 old_thread_name_ = name ? strdup(name) : NULL;
110 PlatformThread::SetName(old_thread_name_ ? old_thread_name_ : "");
111 free(old_thread_name_); variable
112 old_thread_name_ = NULL;
117 char* old_thread_name_; member in class:base::debug::__anon6120::TraceEventTestFixture
    [all...]

Completed in 668 milliseconds