Searched defs:Waiter (Results 1 - 9 of 9) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dwaiter.cc17 Waiter::Waiter() function in class:mojo::edk::Waiter
27 Waiter::~Waiter() {
30 void Waiter::Init() {
41 MojoResult Waiter::Wait(MojoDeadline deadline, uintptr_t* context) {
87 bool Waiter::Awake(MojoResult result, uintptr_t context) {
H A Dwait_set_dispatcher.cc18 class WaitSetDispatcher::Waiter final : public Awakable {
20 explicit Waiter(WaitSetDispatcher* dispatcher) : dispatcher_(dispatcher) {} function in class:mojo::edk::final
21 ~Waiter() {}
42 : waiter_(new WaitSetDispatcher::Waiter(this)) {}
/external/libchrome/base/synchronization/
H A Dwaitable_event.h116 class Waiter { class in class:base::WaitableEvent
120 // Consider the case of a Waiter which is in multiple WaitableEvent's
128 // Because of this, a Waiter may "reject" a wake by returning false. In
140 virtual ~Waiter() {}
162 bool Dequeue(Waiter* waiter, void* tag);
167 std::list<Waiter*> waiters_;
182 size_t count, Waiter* waiter);
186 void Enqueue(Waiter* waiter);
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DEventCount.h22 // EventCount::Waiter& w = waiters[my_index];
51 class Waiter;
53 EventCount(MaxSizeVector<Waiter>& waiters) : waiters_(waiters) {
66 // and call either CancelWait or CommitWait passing the same Waiter object.
67 void Prewait(Waiter* w) {
73 void CommitWait(Waiter* w) {
74 w->state = Waiter::kNotSignaled;
106 void CancelWait(Waiter* w) {
148 Waiter* w = &waiters_[state & kStackMask];
149 Waiter* wnex
170 class Waiter { class in class:Eigen::EventCount
[all...]
H A DSimpleThreadPool.h64 Waiter* w = waiters_.back();
91 Waiter w;
124 struct Waiter { struct in class:Eigen::SimpleThreadPoolTempl
139 MaxSizeVector<Waiter*> waiters_; // Stack of waiting threads.
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequestFutureTarget.java39 private static final Waiter DEFAULT_WAITER = new Waiter();
46 private final Waiter waiter;
62 RequestFutureTarget(Handler mainHandler, int width, int height, boolean assertBackgroundThread, Waiter waiter) {
260 static class Waiter { class in class:RequestFutureTarget
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp366 // Waiter: Waker:
389 void Waiter() { function in namespace:test02
402 Waiter();
415 // Waiter: Waker:
432 COND = 1; // We are done! Tell the Waiter.
435 void Waiter() { function in namespace:test03
447 Waiter();
496 // Waiter: Waker:
517 void Waiter() { function in namespace:test05
534 Waiter();
569 void Waiter() { function in namespace:test06
618 void Waiter() { function in namespace:test07
864 void Waiter() { function in namespace:test13
952 void Waiter() { function in namespace:test15
1071 void Waiter() { function in namespace:test18
1104 void Waiter() { function in namespace:test19
1133 void Waiter() { function in namespace:test20
1164 void Waiter() { function in namespace:test21
1194 void Waiter() { function in namespace:test22
1298 void Waiter() { function in namespace:test24
1331 void Waiter() { function in namespace:test25
1359 void Waiter() { function in namespace:test26
2468 void Waiter() { function in namespace:test50
2543 void Waiter() { function in namespace:test51
2614 void Waiter() { function in namespace:test52
3654 void Waiter() { function in namespace:test75
4195 void Waiter() { function in namespace:test86
4272 void Waiter() { function in namespace:test87
4920 void Waiter() { function in namespace:test101
5641 void Waiter() { function in namespace:test118
6099 void Waiter() { function in namespace:test129
[all...]
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 4600 milliseconds