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

/external/chromium/base/synchronization/
H A Dwaitable_event_posix.cc82 class SyncWaiter : public WaitableEvent::Waiter { class in namespace:base
84 SyncWaiter() function in class:base::SyncWaiter
102 // Unlike AsyncWaiter objects, SyncWaiter objects are stack-allocated on
104 // SyncWaiter object is destroyed when it goes out of scope.
172 SyncWaiter sw;
177 // We are violating locking order here by holding the SyncWaiter lock but not
187 // We can't acquire @lock_ before releasing the SyncWaiter lock (because
244 SyncWaiter sw;
248 // One of the events is already signaled. The SyncWaiter has not been
271 // The address of the WaitableEvent which fired is stored in the SyncWaiter
[all...]

Completed in 54 milliseconds