Home
last modified time | relevance | path

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

/xnu-11215/config/
H A DMach.exports55 _thread_call_cancel
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp356 #define _thread_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_… macro
391 bool active = _thread_call_cancel((thread_call_t) calloutEntry); in cancelTimeout()
414 bool active = _thread_call_cancel((thread_call_t) calloutEntry); in disable()