Home
last modified time | relevance | path

Searched refs:dispatch_source_set_event_handler (Results 1 – 25 of 25) sorted by relevance

/NextBSD/usr.sbin/notifyd/
HDservice.c117 dispatch_source_set_event_handler(node->src, ^{ in service_open_path()
180 dispatch_source_set_event_handler(node->src, ^{ in service_open_path_private()
362 dispatch_source_set_event_handler(timer->src, ^{ in service_open_timer()
445 dispatch_source_set_event_handler(timer->src, ^{ in service_open_timer_private()
HDtimer.c300 dispatch_source_set_event_handler(t->t_src, ^{ in timer_oneshot()
359 dispatch_source_set_event_handler(t->t_src, ^{ in timer_clock()
407 dispatch_source_set_event_handler(t->t_src, ^{ in timer_calendar()
HDnotifyd.c1230 dispatch_source_set_event_handler(global.mach_src, ^{ in main()
1240 dispatch_source_set_event_handler(global.sig_usr1_src, ^{ in main()
1248 dispatch_source_set_event_handler(global.sig_usr2_src, ^{ in main()
1256 dispatch_source_set_event_handler(global.sig_winch_src, ^{ in main()
HDpathwatch.c443 dispatch_source_set_event_handler(src, ^{ _vnode_event(vnode); }); in _vnode_create()
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_mac.cc398 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
442 INTERCEPTOR(void, dispatch_source_set_event_handler,
446 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/NextBSD/lib/libdispatch/man/
HDMakefile.am62 $(LN) -f dispatch_source_create.3 dispatch_source_set_event_handler.3 && \
122 dispatch_source_set_event_handler.3 \
/NextBSD/usr.bin/notifyutil/
HDnotifyutil.c375 dispatch_source_set_event_handler(port_src, ^{ in do_register()
393 dispatch_source_set_event_handler(file_src, ^{ in do_register()
414 dispatch_source_set_event_handler(sig_src[signum], ^{ in do_register()
440 dispatch_source_set_event_handler(timer_src, ^{ in do_register()
460 dispatch_source_set_event_handler(timer_src, ^{ in do_register()
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_mac_test_helpers.mm173 dispatch_source_set_event_handler(timer, ^{
191 // dispatch_source_set_event_handler() use dispatch_barrier_async_f().
194 dispatch_source_set_event_handler(timer, ^{
/NextBSD/usr.bin/mach-tests/bootstrap-kqueue/server-libdispatch/
HDbootstrap-libdispatch-server.c46 dispatch_source_set_event_handler(source, ^{ in main()
/NextBSD/usr.sbin/asl/
HDklog_in.c114 dispatch_source_set_event_handler(in_src, ^{ klog_in_acceptdata(kfd); }); in klog_in_init()
HDbsd_in.c147 dispatch_source_set_event_handler(in_src, ^{ bsd_in_acceptmsg(sock); }); in bsd_in_init()
HDudp_in.c179 dispatch_source_set_event_handler(in_src[i], ^{ udp_in_acceptmsg(fd); }); in udp_in_init()
HDsyslogd.c710 dispatch_source_set_event_handler(global.sig_hup_src, ^{ in main()
731 dispatch_source_set_event_handler(global.mark_timer, ^{ in main()
HDasl_action.c473 dispatch_source_set_event_handler(as_data->storedata_monitor, ^{ in _asl_dir_storedata_open()
720 dispatch_source_set_event_handler(as_data->aslfile_monitor, ^{ in _asl_dir_today_open()
821 dispatch_source_set_event_handler(af_data->monitor, ^{ in _asl_file_open()
902 dispatch_source_set_event_handler(f_data->monitor, ^{ in _text_file_open()
1371dispatch_source_set_event_handler(checkpoint_timer, ^{ _act_file_checkpoint_all(CHECKPOINT_FORCE);… in _start_cycling()
1497 dispatch_source_set_event_handler(f_data->dup_timer, ^{ _send_repeat_msg(r); }); in _act_file_final()
HDbsd_out.c505 dispatch_source_set_event_handler(r->dup_timer, ^{ _bsd_send_repeat_msg(r); }); in _bsd_send()
735 dispatch_source_set_event_handler(bsd_idle_timer, ^{ _bsd_close_idle_files(); }); in bsd_out_init()
HDremote.c790 dispatch_source_set_event_handler(in_src_local, ^{ remote_acceptmsg_local(fd); }); in remote_init_lockdown()
863 dispatch_source_set_event_handler(in_src_tcp, ^{ remote_acceptmsg_tcp(fd); }); in remote_init_tcp()
HDdbserver.c477 dispatch_source_set_event_handler(timer_src, ^{ in db_save_message()
/NextBSD/crypto/heimdal/kdc/
HDannounce.c107 dispatch_source_set_event_handler(s, ^{ in retry_timer()
136 dispatch_source_set_event_handler(s, ^{ in create_dns_sd()
/NextBSD/crypto/heimdal/lib/ipc/
HDserver.c86 dispatch_source_set_event_handler(timer, ^{ timer_ev(); } ); in init_globals()
334 dispatch_source_set_event_handler(s->source, ^{ in mach_init()
653 dispatch_source_set_event_handler(c->in, ^{ in add_new_socket()
662 dispatch_source_set_event_handler(c->out, ^{ in add_new_socket()
HDclient.c247 dispatch_source_set_event_handler(c->source, ^{ in mach_async()
/NextBSD/lib/libdispatch/dispatch/
HDsource.h381 dispatch_source_set_event_handler(dispatch_source_t source,
/NextBSD/lib/libnotify/
HDnotify_client.c340 dispatch_source_set_event_handler(globals->server_proc_source, ^{ _notify_lib_regenerate(1); }); in _notify_lib_init()
356 dispatch_source_set_event_handler(globals->notify_dispatch_source, ^{ in _notify_lib_init()
/NextBSD/lib/libdispatch/src/
HDio.c1124 dispatch_source_set_event_handler(timer, ^{ in _dispatch_operation_timer()
HDsource.c356 dispatch_source_set_event_handler(dispatch_source_t ds, in dispatch_source_set_event_handler() function
/NextBSD/sbin/launchd/
HDcore.c4267 dispatch_source_set_event_handler(hack_13570156, ^{ in job_callback_timer()