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

/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Deventpair.h12 class eventpair : public object<eventpair> { class in namespace:zx
18 explicit eventpair(zx_handle_t value) : object(value) {} function in class:zx::eventpair
20 explicit eventpair(handle&& h) : object(h.release()) {} function in class:zx::eventpair
22 eventpair(eventpair&& other) : object(other.release()) {} function in class:zx::eventpair
[all...]
/fuchsia/zircon/system/utest/core/event-pair/
H A Devent-pair.c127 zx_handle_t eventpair[2]; local
/fuchsia/zircon/system/utest/libzx/
H A Dtraits.cpp199 zx::eventpair eventpair, eventpair2; local
H A Dzx-test.cpp143 zx::eventpair eventpair[2]; local
166 zx::eventpair eventpair[ local
204 zx::eventpair eventpair[2]; local
[all...]
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c1060 zx_handle_t eventpair[2]; local

Completed in 86 milliseconds