Home
last modified time | relevance | path

Searched refs:dispatch_queue_create (Results 1 – 22 of 22) sorted by relevance

/trueos/lib/libdispatch/man/
HDMakefile.am17 dispatch_queue_create.3 \
54 $(LN) -f dispatch_queue_create.3 dispatch_queue_get_label.3 && \
55 $(LN) -f dispatch_queue_create.3 dispatch_get_current_queue.3 && \
56 $(LN) -f dispatch_queue_create.3 dispatch_get_global_queue.3 && \
57 $(LN) -f dispatch_queue_create.3 dispatch_get_main_queue.3 && \
58 $(LN) -f dispatch_queue_create.3 dispatch_main.3 && \
59 $(LN) -f dispatch_queue_create.3 dispatch_set_target_queue.3 && \
/trueos/usr.sbin/asl/
HDklog_in.c92 in_queue = dispatch_queue_create(MY_ID, NULL); in klog_in_init()
HDbsd_in.c80 in_queue = dispatch_queue_create(MY_ID, NULL); in bsd_in_init()
HDdbserver.c164 watch_queue = dispatch_queue_create("Direct Watch Queue", NULL); in add_lockdown_session()
190 watch_queue = dispatch_queue_create("Direct Watch Queue", NULL); in remove_lockdown_session()
452 watch_queue = dispatch_queue_create("Direct Watch Queue", NULL); in send_to_direct_watchers()
1032 asl_server_queue = dispatch_queue_create("ASL Server Queue", NULL); in database_server()
1610 watch_queue = dispatch_queue_create("Direct Watch Queue", NULL); in __asl_server_register_direct_watch()
1631 watch_queue = dispatch_queue_create("Direct Watch Queue", NULL); in __asl_server_cancel_direct_watch()
HDudp_in.c117 in_queue = dispatch_queue_create(MY_ID, NULL); in udp_in_init()
HDsyslogd.c521 global.work_queue = dispatch_queue_create("Work Queue", NULL); in main()
HDbsd_out.c731 bsd_out_queue = dispatch_queue_create("BSD Out Queue", NULL); in bsd_out_init()
HDremote.c875 in_queue = dispatch_queue_create(MY_ID, NULL); in remote_init()
HDasl_action.c2094 asl_action_queue = dispatch_queue_create("ASL Action Queue", NULL); in asl_action_init()
2096 crashlog_queue = dispatch_queue_create("iOS CrashLog Queue", NULL); in asl_action_init()
/trueos/lib/libxpc/
HDxpc_connection.c60 conn->xc_send_queue = dispatch_queue_create(qname, NULL); in xpc_connection_create()
64 conn->xc_recv_queue = dispatch_queue_create(qname, NULL); in xpc_connection_create()
/trueos/lib/libdispatch/src/
HDio.c146 _dispatch_io_fds_lockq = dispatch_queue_create( in _dispatch_io_fds_lockq_init()
157 _dispatch_io_devs_lockq = dispatch_queue_create( in _dispatch_io_devs_lockq_init()
221 channel->queue = dispatch_queue_create("com.apple.libdispatch-io.channelq", in _dispatch_io_create()
250 channel->barrier_queue = dispatch_queue_create(
996 op->op_q = dispatch_queue_create("com.apple.libdispatch-io.opq", NULL); in _dispatch_operation_create()
1270 fd_entry->close_queue = dispatch_queue_create( in _dispatch_fd_entry_create()
1290 fd_entry->barrier_queue = dispatch_queue_create( in _dispatch_fd_entry_create_with_fd()
1431 fd_entry->barrier_queue = dispatch_queue_create( in _dispatch_fd_entry_create_with_path()
1548 stream->dq = dispatch_queue_create("com.apple.libdispatch-io.streamq", in _dispatch_stream_init()
1610 disk->pick_queue = dispatch_queue_create(label, NULL); in _dispatch_disk_init()
HDqueue.c1207 dispatch_queue_create(const char *label, dispatch_queue_attr_t attr) in dispatch_queue_create() function
/trueos/crypto/heimdal/lib/ipc/
HDclient.c67 syncq = dispatch_queue_create("heim-ipc-syncq", NULL); in mach_init()
243 c->queue = dispatch_queue_create("heim-ipc-async-client", NULL); in mach_async()
HDserver.c84 timerq = dispatch_queue_create("hiem-sipc-timer-q", NULL); in init_globals()
89 eventq = dispatch_queue_create("heim-ipc.event-queue", NULL); in init_globals()
318 s->queue = dispatch_queue_create(name, NULL); in mach_init()
/trueos/lib/libdispatch/dispatch/
HDqueue.h547 dispatch_queue_create(const char *label, dispatch_queue_attr_t attr);
/trueos/lib/libasl/
HDasl_fd.c196 redirect_serial_q = dispatch_queue_create("com.apple.asl-redirect", NULL); in asl_descriptor_init()
HDasl.c1326 pipe_q = dispatch_queue_create("ASL_AUX_PIPE_Q", NULL); in _asl_auxiliary()
/trueos/crypto/heimdal/kdc/
HDannounce.c534 g_queue = dispatch_queue_create("com.apple.kdc_announce", NULL); in bonjour_announce()
/trueos/usr.bin/notifyutil/
HDnotifyutil.c496 watch_queue = dispatch_queue_create("Watch Q", NULL); in main()
/trueos/usr.sbin/notifyd/
HDpathwatch.c692 _global.pathwatch_queue = dispatch_queue_create("pathwatch", NULL); in _pathwatch_init()
HDnotifyd.c1216 global.work_q = dispatch_queue_create("WorkQ", NULL); in main()
/trueos/lib/liblaunch/
HDlibvproc.c137 globals->_vproc_transaction_queue = dispatch_queue_create("com.apple.idle-exit-queue", NULL); in _vproc_transaction_init_once()