Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h486 wake_all(); in release_init_byte()
495 wake_all(); in abort_init_byte()
506 void wake_all() { Wake(static_cast<int*>(this->base_address)); } in wake_all() function
/external/libevent/test/
Dregress_thread.c299 struct event wake_all; in thread_conditions_simple() local
323 evtimer_assign(&wake_all, base, wake_all_timeout, &cond); in thread_conditions_simple()
334 tt_int_op(event_add(&wake_all, &tv_broadcast), ==, 0); in thread_conditions_simple()