Searched refs:mpsc_daemon_queue_t (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | mpsc_queue.c | 134 static void _mpsc_daemon_queue_drain(mpsc_daemon_queue_t, thread_t); 135 static void _mpsc_daemon_queue_enqueue(mpsc_daemon_queue_t, mpsc_queue_chain_t); 140 _mpsc_daemon_queue_init(mpsc_daemon_queue_t dq, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init() 150 mpsc_daemon_queue_t dq = param; in _mpsc_queue_thread_continue() 171 _mpsc_queue_thread_wakeup(mpsc_daemon_queue_t dq) in _mpsc_queue_thread_wakeup() 177 _mpsc_daemon_queue_init_with_thread(mpsc_daemon_queue_t dq, in _mpsc_daemon_queue_init_with_thread() 204 mpsc_daemon_queue_init_with_thread(mpsc_daemon_queue_t dq, in mpsc_daemon_queue_init_with_thread() 218 _mpsc_daemon_queue_drain((mpsc_daemon_queue_t)arg0, NULL); in _mpsc_queue_thread_call_drain() 222 _mpsc_queue_thread_call_wakeup(mpsc_daemon_queue_t dq) in _mpsc_queue_thread_call_wakeup() 228 mpsc_daemon_queue_init_with_thread_call(mpsc_daemon_queue_t dq, in mpsc_daemon_queue_init_with_thread_call() [all …]
|
| H A D | mpsc_queue.h | 460 typedef struct mpsc_daemon_queue *mpsc_daemon_queue_t; typedef 471 mpsc_daemon_queue_t dq); 520 mpsc_daemon_queue_t mpd_target; 556 mpsc_daemon_queue_init_with_thread(mpsc_daemon_queue_t dq, 580 mpsc_daemon_queue_init_with_thread_call(mpsc_daemon_queue_t dq, 609 mpsc_daemon_queue_init_with_target(mpsc_daemon_queue_t dq, 610 mpsc_daemon_invoke_fn_t invoke, mpsc_daemon_queue_t target, 622 mpsc_daemon_queue_t dq); 634 mpsc_daemon_queue_activate(mpsc_daemon_queue_t dq); 654 mpsc_daemon_queue_cancel_and_wait(mpsc_daemon_queue_t dq); [all …]
|
| H A D | test_mpsc_queue.c | 48 mpsc_test_pingpong_invoke(mpsc_queue_chain_t elm, mpsc_daemon_queue_t dq) in mpsc_test_pingpong_invoke()
|
| H A D | core_analytics.c | 106 core_analytics_event_queue_invoke(mpsc_queue_chain_t e, mpsc_daemon_queue_t queue __unused) in core_analytics_event_queue_invoke()
|
| H A D | ecc_logging.c | 155 mcc_memory_error_event_queue_invoke(mpsc_queue_chain_t e, mpsc_daemon_queue_t queue __unused) in mcc_memory_error_event_queue_invoke()
|
| H A D | thread_group.c | 92 __assert_only mpsc_daemon_queue_t dq); 603 thread_group_deallocate_queue_invoke(mpsc_queue_chain_t e, __assert_only mpsc_daemon_queue_t dq) in thread_group_deallocate_queue_invoke()
|
| H A D | thread.c | 904 __assert_only mpsc_daemon_queue_t dq) in thread_exception_queue_invoke() 937 __assert_only mpsc_daemon_queue_t dq) in thread_backtrace_queue_invoke() 1034 __assert_only mpsc_daemon_queue_t dq) in thread_terminate_queue_invoke() 1131 __assert_only mpsc_daemon_queue_t dq) in thread_deallocate_queue_invoke() 1208 __assert_only mpsc_daemon_queue_t dq) in thread_stack_queue_invoke()
|
| H A D | work_interval.c | 514 __assert_only mpsc_daemon_queue_t dq) in work_interval_deallocate_queue_invoke()
|
| H A D | turnstile.c | 771 __assert_only mpsc_daemon_queue_t dq) in turnstile_deallocate_queue_invoke()
|
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | ipc_object.c | 163 __assert_only mpsc_daemon_queue_t dq) in ipc_object_deallocate_queue_invoke()
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kdebug.c | 2718 _deferred_coproc_notify(mpsc_queue_chain_t e, mpsc_daemon_queue_t queue __unused) in _deferred_coproc_notify()
|
| /xnu-10002.81.5/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1990 __assert_only mpsc_daemon_queue_t dq) in workq_deallocate_queue_invoke()
|