Searched refs:event_wait (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Devent.h63 static inline zx_status_t event_wait(event_t* e) { function
/fuchsia/zircon/kernel/lib/cbuf/
H A Dcbuf.cpp79 event_wait(&cbuf->event);
/fuchsia/zircon/kernel/tests/
H A Dsync_ipi_tests.cpp46 event_wait(gate);
H A Dpreempt_disable_tests.cpp67 ASSERT_EQ(event_wait(&event), ZX_OK, "");
H A Dthread_tests.cpp209 printf("thread %p: event_wait() returned error %d\n", get_current_thread(), err);
295 event_wait(&context_switch_event);
318 event_wait(&context_switch_done_event);
327 event_wait(&context_switch_done_event);
338 event_wait(&context_switch_done_event);
H A Dtimer_tests.cpp41 event_wait(&event);
/fuchsia/zircon/kernel/dev/uart/pl011/
H A Duart.c182 event_wait(&uart_dputc_event);
/fuchsia/zircon/kernel/dev/uart/mt8167/
H A Duart.cpp183 event_wait(&uart_dputc_event);
/fuchsia/zircon/kernel/dev/uart/nxp-imx/
H A Duart.c169 event_wait(&uart_dputc_event);
/fuchsia/zircon/kernel/kernel/
H A Ddpc.cpp138 __UNUSED zx_status_t err = event_wait(event);
H A Dmp.cpp338 status = event_wait(&unplug_done);
/fuchsia/zircon/kernel/lib/crypto/
H A Dprng.cpp83 event_wait(&ready_);
/fuchsia/zircon/kernel/lib/lockdep/
H A Dlock_dep.cpp42 __UNUSED zx_status_t error = event_wait(&graph_edge_event);
/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp298 event_wait(&log->event);
357 event_wait(&dumper_event);
/fuchsia/zircon/kernel/dev/uart/amlogic_s905/
H A Duart.c246 event_wait(&uart_dputc_event);
/fuchsia/zircon/kernel/platform/pc/
H A Ddebug.cpp399 event_wait(&uart_dputc_event);

Completed in 64 milliseconds