HomeSort by relevance Sort by last modified time
    Searched refs:Awake (Results 1 - 9 of 9) sorted by null

  /external/libmojo/mojo/edk/system/
awakable.h 19 // |Awake()| must satisfy the following contract:
25 virtual bool Awake(MojoResult result, uintptr_t context) = 0;
waiter.h 34 // Waits until a suitable |Awake()| is called. (|context| may be null, in
37 // - The result given to the first call to |Awake()| (possibly before this
39 // to that call to |Awake()|.
43 // Usually, the context passed to |Awake()| will be the value passed to
47 // Typical |Awake()| results are:
62 bool Awake(MojoResult result, uintptr_t context) override;
waiter_unittest.cc 98 // Awake immediately after thread start.
102 thread.waiter()->Awake(MOJO_RESULT_OK, 1);
109 // Awake before after thread start.
112 thread.waiter()->Awake(MOJO_RESULT_CANCELLED, 2);
120 // Awake some time after thread start.
125 thread.waiter()->Awake(1, 3);
133 // Awake some longer time after thread start.
138 thread.waiter()->Awake(2, 4);
146 // Don't awake -- time out (on another thread).
159 // Awake immediately after thread start
    [all...]
awakable_list.cc 30 keep = it->awakable->Awake(MOJO_RESULT_OK, it->context);
32 keep = it->awakable->Awake(MOJO_RESULT_FAILED_PRECONDITION, it->context);
48 it->awakable->Awake(MOJO_RESULT_CANCELLED, it->context);
waiter.cc 36 // of |awake_result_| (except the first one in |Awake()|) in Release builds.
87 bool Waiter::Awake(MojoResult result, uintptr_t context) {
awakable_list_unittest.cc 67 // Awake immediately after thread start.
81 // Awake before after thread start.
97 // Awake some time after thread start.
117 // Awake (for unsatisfiability) immediately after thread start.
130 // Awake (for unsatisfiability) before after thread start.
143 // Awake (for unsatisfiability) some time after thread start.
187 // Awake one awakable, cancel other.
208 // Cancel one awakable, awake other for unsatisfiability.
228 // Cancel one awakable, awake other for unsatisfiability.
248 // Awake #1
    [all...]
wait_set_dispatcher.cc 24 bool Awake(MojoResult result, uintptr_t context) override {
core_unittest.cc     [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py     [all...]

Completed in 102 milliseconds