OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleWaiterThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
waiter_test_utils.cc
11
SimpleWaiterThread
::
SimpleWaiterThread
(MojoResult* result)
18
SimpleWaiterThread
::~
SimpleWaiterThread
() {
22
void
SimpleWaiterThread
::Run() {
waiter_test_utils.h
30
// test::
SimpleWaiterThread
thread(&result);
44
class
SimpleWaiterThread
: public base::SimpleThread {
48
explicit
SimpleWaiterThread
(MojoResult* result);
49
virtual ~
SimpleWaiterThread
(); // Joins the thread.
59
DISALLOW_COPY_AND_ASSIGN(
SimpleWaiterThread
);
64
// |
SimpleWaiterThread
|, it requires the machinery of |Dispatcher|.
waiter_list_unittest.cc
30
test::
SimpleWaiterThread
thread(&result);
41
test::
SimpleWaiterThread
thread(&result);
51
test::
SimpleWaiterThread
thread(&result);
67
test::
SimpleWaiterThread
thread(&result);
80
test::
SimpleWaiterThread
thread(&result);
94
test::
SimpleWaiterThread
thread(&result);
113
test::
SimpleWaiterThread
thread(&result);
124
test::
SimpleWaiterThread
thread(&result);
136
test::
SimpleWaiterThread
thread(&result);
157
test::
SimpleWaiterThread
thread_1(&result_1)
[
all
...]
message_pipe_unittest.cc
447
test::
SimpleWaiterThread
thread(&result);
473
test::
SimpleWaiterThread
thread(&result);
494
test::
SimpleWaiterThread
thread(&result);
Completed in 461 milliseconds