Home
last modified time | relevance | path

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

12

/NextBSD/lib/libdispatch/man/
HDMakefile.am20 dispatch_source_create.3 \
62 $(LN) -f dispatch_source_create.3 dispatch_source_set_event_handler.3 && \
63 $(LN) -f dispatch_source_create.3 dispatch_source_set_event_handler_f.3 && \
64 $(LN) -f dispatch_source_create.3 dispatch_source_set_registration_handler.3 && \
65 $(LN) -f dispatch_source_create.3 dispatch_source_set_registration_handler_f.3 && \
66 $(LN) -f dispatch_source_create.3 dispatch_source_set_cancel_handler.3 && \
67 $(LN) -f dispatch_source_create.3 dispatch_source_set_cancel_handler_f.3 && \
68 $(LN) -f dispatch_source_create.3 dispatch_source_cancel.3 && \
69 $(LN) -f dispatch_source_create.3 dispatch_source_testcancel.3 && \
70 $(LN) -f dispatch_source_create.3 dispatch_source_get_handle.3 && \
[all …]
/NextBSD/usr.sbin/notifyd/
HDtimer.c294 t->t_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, queue); in timer_oneshot()
295 t->src = dispatch_source_create(DISPATCH_SOURCE_TYPE_DATA_ADD, 0, 0, queue); in timer_oneshot()
353 t->t_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, queue); in timer_clock()
354 t->src = dispatch_source_create(DISPATCH_SOURCE_TYPE_DATA_ADD, 0, 0, queue); in timer_clock()
400 t->t_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, queue); in timer_calendar()
401 t->src = dispatch_source_create(DISPATCH_SOURCE_TYPE_DATA_ADD, 0, 0, queue); in timer_calendar()
HDnotifyd.c1227 …global.mach_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, global.server_port, 0, gl… in main()
1238 …global.sig_usr1_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGUSR1, 0, m… in main()
1246 …global.sig_usr2_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGUSR2, 0, m… in main()
1254 …global.sig_winch_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGWINCH, 0,… in main()
HDpathwatch.c417 …src = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, (uintptr_t)fd, DISPATCH_VNODE_ALL, _globa… in _vnode_create()
948 pnode->src = dispatch_source_create(DISPATCH_SOURCE_TYPE_DATA_OR, 0, 0, queue); in path_node_create()
HDnotify_proc.c322 src = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, pid, DISPATCH_PROC_EXIT, global.work_q); in register_pid()
352 …src = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_SEND, c->port, DISPATCH_MACH_SEND_DEAD | DI… in register_port()
/NextBSD/usr.bin/notifyutil/
HDnotifyutil.c374 port_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, watch_port, 0, watch_queue); in do_register()
392 …file_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)watch_file, 0, watch_queue… in do_register()
413 …sig_src[signum] = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)signum, 0, watch_… in do_register()
439 timer_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, watch_queue); in do_register()
459 timer_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, watch_queue); in do_register()
/NextBSD/usr.bin/mach-tests/bootstrap-kqueue/server-libdispatch/
HDbootstrap-libdispatch-server.c42 source = dispatch_source_create( in main()
/NextBSD/usr.sbin/asl/
HDklog_in.c113 in_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)kfd, 0, in_queue); in klog_in_init()
HDbsd_in.c146 in_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)sock, 0, in_queue); in bsd_in_init()
HDudp_in.c178 in_src[i] = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in_queue); in udp_in_init()
HDsyslogd.c709 …global.sig_hup_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGHUP, 0, dis… in main()
730 …global.mark_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_que… in main()
HDasl_action.c470 …as_data->storedata_monitor = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, fd, DISPATCH_VNODE… in _asl_dir_storedata_open()
717 …as_data->aslfile_monitor = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, fd, DISPATCH_VNODE_D… in _asl_dir_today_open()
818 …af_data->monitor = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, fd, DISPATCH_VNODE_DELETE, a… in _asl_file_open()
897 …f_data->monitor = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, f_data->fd, DISPATCH_VNODE_DE… in _text_file_open()
1369 checkpoint_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, asl_action_queue); in _start_cycling()
1496 f_data->dup_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, asl_action_queue); in _act_file_final()
HDbsd_out.c504 r->dup_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, bsd_out_queue); in _bsd_send()
734 bsd_idle_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, bsd_out_queue); in bsd_out_init()
HDremote.c789 in_src_local = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in_queue); in remote_init_lockdown()
862 in_src_tcp = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in_queue); in remote_init_tcp()
HDdbserver.c476 timer_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue()); in db_save_message()
/NextBSD/crypto/heimdal/kdc/
HDannounce.c103 s = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, in retry_timer()
132 s = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, in create_dns_sd()
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_mac_test_helpers.mm166 dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, queue);
183 dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, queue);
/NextBSD/crypto/heimdal/lib/ipc/
HDserver.c85 timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, timerq); in init_globals()
322 s->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, in mach_init()
648 c->in = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, in add_new_socket()
650 c->out = dispatch_source_create(DISPATCH_SOURCE_TYPE_WRITE, in add_new_socket()
HDclient.c244 c->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, c->mp, 0, c->queue); in mach_async()
/NextBSD/lib/libdispatch/dispatch/
HDsource.h359 dispatch_source_create(dispatch_source_type_t type,
/NextBSD/lib/libasl/
HDasl_fd.c267 … read_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, descriptor, 0, redirect_serial_q); in asl_log_from_descriptor()
/NextBSD/lib/libxpc/
HDxpc_connection.c186 conn->xc_recv_source = dispatch_source_create( in xpc_connection_resume()
/NextBSD/lib/libdispatch/src/
HDio.c1120 dispatch_source_t timer = dispatch_source_create( in _dispatch_operation_timer()
1830 source = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, in _dispatch_stream_source()
1833 source = dispatch_source_create(DISPATCH_SOURCE_TYPE_WRITE, in _dispatch_stream_source()
HDsource.c79 dispatch_source_create(dispatch_source_type_t type, in dispatch_source_create() function
2340 _dispatch_memorystatus_source = dispatch_source_create( in _dispatch_memorystatus_init()
2497 _dispatch_mach_notify_source = dispatch_source_create( in _dispatch_mach_recv_portset_init()
4613 ds = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in _dispatch_kevent_debugger()
/NextBSD/lib/libnotify/
HDnotify_client.c339 …globals->server_proc_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)globals… in _notify_lib_init()
355 …globals->notify_dispatch_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, globals->… in _notify_lib_init()

12