Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dwaitable_event.h53 enum class InitialState { SIGNALED, NOT_SIGNALED }; enumerator
Dwaitable_event_posix.cc354 signaled_(initial_state == InitialState::SIGNALED) {} in WaitableEventKernel()