Home
last modified time | relevance | path

Searched refs:dispatch_source_cancel (Results 1 – 20 of 20) sorted by relevance

/NextBSD/usr.sbin/notifyd/
HDtimer.c265 if (t->t_src != NULL) dispatch_source_cancel(t->t_src); in timer_close()
302 dispatch_source_cancel(t->t_src); in timer_oneshot()
366 dispatch_source_cancel(t->t_src); in timer_clock()
417 dispatch_source_cancel(t->t_src); in timer_calendar()
HDpathwatch.c320 dispatch_source_cancel(vnode->src); in _vnode_free()
682 if (pnode->src != NULL) dispatch_source_cancel(pnode->src); in path_node_close()
/NextBSD/lib/libdispatch/man/
HDMakefile.am68 $(LN) -f dispatch_source_create.3 dispatch_source_cancel.3 && \
128 dispatch_source_cancel.3 \
/NextBSD/crypto/heimdal/lib/ipc/
HDclient.c211 dispatch_source_cancel(c->source); in mheim_ado_acall_reply()
282 dispatch_source_cancel(c->source); in mach_async()
289 dispatch_source_cancel(c->source); in mach_async()
295 dispatch_source_cancel(c->source); in mach_async()
HDserver.c358 dispatch_source_cancel(s->source); in mach_release()
689 dispatch_source_cancel(c->in); in maybe_close()
694 dispatch_source_cancel(c->out); in maybe_close()
/NextBSD/lib/libasl/
HDasl_fd.c137 if (_read_redirect(descriptor, 0) == EOF) dispatch_source_cancel(source); in read_from_source()
183 dispatch_source_cancel(redirect_descriptors[i].read_source); in redirect_atexit()
/NextBSD/usr.sbin/asl/
HDklog_in.c125 dispatch_source_cancel(in_src); in klog_in_close()
HDbsd_in.c158 dispatch_source_cancel(in_src); in bsd_in_close()
HDudp_in.c199 dispatch_source_cancel(in_src[i]); in udp_in_close()
HDasl_action.c381 dispatch_source_cancel(as_data->storedata_monitor); in _asl_dir_storedata_close()
523 dispatch_source_cancel(as_data->aslfile_monitor); in _asl_dir_today_close()
769 dispatch_source_cancel(af_data->monitor); in _asl_file_close()
866 dispatch_source_cancel(f_data->monitor); in _text_file_close()
HDbsd_out.c757 dispatch_source_cancel(r->dup_timer); in _bsd_out_close_internal()
/NextBSD/lib/libdispatch/dispatch/
HDsource.h491 dispatch_source_cancel(dispatch_source_t source);
HDobject.h396 dispatch_source_t:dispatch_source_cancel \
/NextBSD/crypto/heimdal/kdc/
HDannounce.c140 dispatch_source_cancel(s); in create_dns_sd()
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_mac_test_helpers.mm195 dispatch_source_cancel(timer);
/NextBSD/lib/libdispatch/src/
HDio.c1573 dispatch_source_cancel(stream->source); in _dispatch_stream_dispose()
1687 dispatch_source_cancel(op->timer); in _dispatch_stream_complete_operation()
1714 dispatch_source_cancel(op->timer); in _dispatch_disk_complete_operation()
HDsource.c185 dispatch_source_cancel(dispatch_source_t ds) in dispatch_source_cancel() function
3941 dispatch_source_cancel((dispatch_source_t)dm); in dispatch_mach_cancel()
HDqueue.c3110 dispatch_source_cancel(ds); in _dispatch_after_timer_callback()
/NextBSD/lib/libnotify/
HDlibnotify.c423 dispatch_source_cancel(pdata->src); in _notify_lib_port_proc_release()
HDnotify_client.c321 dispatch_source_cancel(globals->server_proc_source); in _notify_lib_init()