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

  /external/chromium_org/base/
tracked_objects.cc 322 ThreadData* current_thread_data =
324 if (current_thread_data)
326 current_thread_data = new ThreadData(suggested_name);
327 tls_index_.Set(current_thread_data);
486 ThreadData* current_thread_data = Get();
487 if (!current_thread_data)
489 return current_thread_data->TallyABirth(location);
505 ThreadData* current_thread_data = stopwatch.GetThreadData();
506 if (!current_thread_data)
520 current_thread_data->TallyADeath(*birth, queue_duration, stopwatch)
764 ThreadData* current_thread_data = Get(); local
    [all...]

Completed in 97 milliseconds