Searched refs:UserSignalSelfLocked (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dfifo_dispatcher.h47 zx_status_t UserSignalSelfLocked(uint32_t clear_mask, uint32_t set_mask) TA_REQ(get_lock());
H A Dsocket_dispatcher.h85 zx_status_t UserSignalSelfLocked(uint32_t clear_mask, uint32_t set_mask) TA_REQ(get_lock());
/fuchsia/zircon/kernel/object/
H A Dfifo_dispatcher.cpp81 zx_status_t FifoDispatcher::UserSignalSelfLocked(uint32_t clear_mask, uint32_t set_mask) { function in class:FifoDispatcher
H A Dsocket_dispatcher.cpp118 zx_status_t SocketDispatcher::UserSignalSelfLocked(uint32_t clear_mask, uint32_t set_mask) { function in class:SocketDispatcher

Completed in 31 milliseconds