Home
last modified time | relevance | path

Searched refs:dispatch_source_testcancel (Results 1 – 7 of 7) sorted by relevance

/trueos/usr.sbin/notifyd/
HDservice.c119 if (0 == dispatch_source_testcancel(node->src)) in service_open_path()
182 if (0 == dispatch_source_testcancel(node->src)) in service_open_path_private()
364 if (0 == dispatch_source_testcancel(timer->src)) in service_open_timer()
447 if (0 == dispatch_source_testcancel(timer->src)) in service_open_timer_private()
HDpathwatch.c347 if ((vnode->src != NULL) && (dispatch_source_testcancel(vnode->src))) return; in _vnode_event()
809 if ((pnode->src != NULL) && (dispatch_source_testcancel(pnode->src))) return; in _path_node_update()
/trueos/lib/libdispatch/man/
HDMakefile.am69 $(LN) -f dispatch_source_create.3 dispatch_source_testcancel.3 && \
129 dispatch_source_testcancel.3 \
/trueos/lib/libdispatch/dispatch/
HDobject.h428 dispatch_source_t:dispatch_source_testcancel \
HDsource.h510 dispatch_source_testcancel(dispatch_source_t source);
/trueos/lib/libdispatch/src/
HDio.c1126 if (dispatch_source_testcancel(timer)) { in _dispatch_operation_timer()
HDsource.c200 dispatch_source_testcancel(dispatch_source_t ds) in dispatch_source_testcancel() function