Searched refs:dispatch_source_testcancel (Results 1 – 7 of 7) sorted by relevance
119 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()
347 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()
69 $(LN) -f dispatch_source_create.3 dispatch_source_testcancel.3 && \129 dispatch_source_testcancel.3 \
510 dispatch_source_testcancel(dispatch_source_t source);
428 dispatch_source_t:dispatch_source_testcancel \
1126 if (dispatch_source_testcancel(timer)) { in _dispatch_operation_timer()
200 dispatch_source_testcancel(dispatch_source_t ds) in dispatch_source_testcancel() function