OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherTidIs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer.h
300
static Query
OtherTidIs
(int thread_id) {
305
return OtherPidIs(thread.process_id) &&
OtherTidIs
(thread.thread_id);
trace_event_analyzer_unittest.cc
159
Query other_tid = Query::
OtherTidIs
(other.thread.thread_id);
Completed in 29 milliseconds