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

  /external/chromium_org/base/
tracked_objects_unittest.cc 19 const char kWorkerThreadName[] = "WorkerThread-1";
226 EXPECT_EQ(kWorkerThreadName, process_data.tasks[0].birth.thread_name);
234 EXPECT_EQ(kWorkerThreadName, process_data.tasks[0].death_thread_name);
243 EXPECT_EQ(kWorkerThreadName,
250 EXPECT_EQ(kWorkerThreadName, process_data.descendants[0].child.thread_name);
344 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
497 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
498 kWorkerThreadName, 1, 2, 4);
505 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
506 kWorkerThreadName, 1, 2, 4)
    [all...]
  /external/chromium_org/remoting/host/
cast_extension_session.cc 56 const char kWorkerThreadName[] = "CastExtensionSessionWorkerThread";
325 worker_thread_(kWorkerThreadName) {

Completed in 82 milliseconds