Searched refs:dispatch_queue_create (Results 1 – 22 of 22) sorted by relevance
| /trueos/lib/libdispatch/man/ |
| HD | Makefile.am | 17 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/ |
| HD | klog_in.c | 92 in_queue = dispatch_queue_create(MY_ID, NULL); in klog_in_init()
|
| HD | bsd_in.c | 80 in_queue = dispatch_queue_create(MY_ID, NULL); in bsd_in_init()
|
| HD | dbserver.c | 164 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()
|
| HD | udp_in.c | 117 in_queue = dispatch_queue_create(MY_ID, NULL); in udp_in_init()
|
| HD | syslogd.c | 521 global.work_queue = dispatch_queue_create("Work Queue", NULL); in main()
|
| HD | bsd_out.c | 731 bsd_out_queue = dispatch_queue_create("BSD Out Queue", NULL); in bsd_out_init()
|
| HD | remote.c | 875 in_queue = dispatch_queue_create(MY_ID, NULL); in remote_init()
|
| HD | asl_action.c | 2094 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/ |
| HD | xpc_connection.c | 60 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/ |
| HD | io.c | 146 _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()
|
| HD | queue.c | 1207 dispatch_queue_create(const char *label, dispatch_queue_attr_t attr) in dispatch_queue_create() function
|
| /trueos/crypto/heimdal/lib/ipc/ |
| HD | client.c | 67 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()
|
| HD | server.c | 84 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/ |
| HD | queue.h | 547 dispatch_queue_create(const char *label, dispatch_queue_attr_t attr);
|
| /trueos/lib/libasl/ |
| HD | asl_fd.c | 196 redirect_serial_q = dispatch_queue_create("com.apple.asl-redirect", NULL); in asl_descriptor_init()
|
| HD | asl.c | 1326 pipe_q = dispatch_queue_create("ASL_AUX_PIPE_Q", NULL); in _asl_auxiliary()
|
| /trueos/crypto/heimdal/kdc/ |
| HD | announce.c | 534 g_queue = dispatch_queue_create("com.apple.kdc_announce", NULL); in bonjour_announce()
|
| /trueos/usr.bin/notifyutil/ |
| HD | notifyutil.c | 496 watch_queue = dispatch_queue_create("Watch Q", NULL); in main()
|
| /trueos/usr.sbin/notifyd/ |
| HD | pathwatch.c | 692 _global.pathwatch_queue = dispatch_queue_create("pathwatch", NULL); in _pathwatch_init()
|
| HD | notifyd.c | 1216 global.work_q = dispatch_queue_create("WorkQ", NULL); in main()
|
| /trueos/lib/liblaunch/ |
| HD | libvproc.c | 137 globals->_vproc_transaction_queue = dispatch_queue_create("com.apple.idle-exit-queue", NULL); in _vproc_transaction_init_once()
|