OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_was_started
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
thread.h
155
bool
thread_was_started
() const { return started_; }
function in class:base::Thread
thread.cc
92
if (!
thread_was_started
())
Completed in 464 milliseconds