Searched refs:CancelByKey (Results 1 – 4 of 4) sorted by relevance
| /kernel/object/ |
| A D | state_tracker_tests.cpp | 30 CancelByKey(/* handle= */ nullptr, /* port= */ nullptr, /* key= */ 2u); in CallAllOnHooks() 169 st.CancelByKey(/* handle= */ nullptr, /* port= */ nullptr, /* key= */ 2u); in on_cancel_by_key()
|
| A D | dispatcher.cpp | 192 bool Dispatcher::CancelByKey(const Handle* handle, const void* port, uint64_t key) { in CancelByKey() function in Dispatcher
|
| /kernel/syscalls/ |
| A D | port.cpp | 120 bool had_observer = dispatcher->CancelByKey(watched, port.get(), key); in sys_port_cancel()
|
| /kernel/object/include/object/ |
| A D | dispatcher.h | 140 bool CancelByKey(const Handle* handle, const void* port, uint64_t key); in DECLARE_DISPTAG()
|
Completed in 10 milliseconds