OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadQuitTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
thread.cc
26
class
ThreadQuitTask
: public Task {
124
message_loop_->PostTask(FROM_HERE, new
ThreadQuitTask
());
169
// Assert that MessageLoop::Quit was called by
ThreadQuitTask
.
thread.h
188
friend class
ThreadQuitTask
;
Completed in 48 milliseconds