OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_watcher_list_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc
252
ThreadWatcherList*
thread_watcher_list_
;
member in class:ThreadWatcherTest
275
thread_watcher_list_
= new ThreadWatcherList();
280
EXPECT_EQ(io_watcher_,
thread_watcher_list_
->Find(io_thread_id));
285
EXPECT_EQ(db_watcher_,
thread_watcher_list_
->Find(db_thread_id));
311
thread_watcher_list_
= NULL;
435
// Test registration. When
thread_watcher_list_
goes out of scope after
Completed in 393 milliseconds