Home
last modified time | relevance | path

Searched refs:SIGNALED (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/synchronization/
Dwaitable_event.h54 enum class InitialState { SIGNALED, NOT_SIGNALED }; enumerator
Dwaitable_event_posix.cc377 signaled_(initial_state == InitialState::SIGNALED) {} in WaitableEventKernel()
/external/libmojo/mojo/edk/system/ports/
Dports_unittest.cc92 base::WaitableEvent::InitialState::SIGNALED) { in TestNode()