OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Awake
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/system/
waiter.h
30
// Waits until a suitable |
Awake
()| is called.
44
void
Awake
(MojoResult wait_result);
waiter_unittest.cc
96
//
Awake
immediately after thread start.
100
thread.waiter()->
Awake
(0);
106
//
Awake
before after thread start.
109
thread.waiter()->
Awake
(MOJO_RESULT_CANCELLED);
116
//
Awake
some time after thread start.
122
thread.waiter()->
Awake
(1);
129
//
Awake
some longer time after thread start.
135
thread.waiter()->
Awake
(1);
142
// Don't
awake
-- time out (on another thread).
154
//
Awake
immediately after thread start
[
all
...]
waiter_list.cc
25
it->waiter->
Awake
(it->wake_result);
27
it->waiter->
Awake
(MOJO_RESULT_FAILED_PRECONDITION);
34
it->waiter->
Awake
(MOJO_RESULT_CANCELLED);
waiter.cc
33
// of |wait_result_| (except the first one in |
Awake
()|) in Release builds.
79
void Waiter::
Awake
(MojoResult wait_result) {
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
Completed in 1497 milliseconds