Home
last modified time | relevance | path

Searched refs:mpsc_daemon_queue_t (Results 1 – 12 of 12) sorted by relevance

/xnu-10002.81.5/osfmk/kern/
H A Dmpsc_queue.c134 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 Dmpsc_queue.h460 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 Dtest_mpsc_queue.c48 mpsc_test_pingpong_invoke(mpsc_queue_chain_t elm, mpsc_daemon_queue_t dq) in mpsc_test_pingpong_invoke()
H A Dcore_analytics.c106 core_analytics_event_queue_invoke(mpsc_queue_chain_t e, mpsc_daemon_queue_t queue __unused) in core_analytics_event_queue_invoke()
H A Decc_logging.c155 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 Dthread_group.c92 __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 Dthread.c904 __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 Dwork_interval.c514 __assert_only mpsc_daemon_queue_t dq) in work_interval_deallocate_queue_invoke()
H A Dturnstile.c771 __assert_only mpsc_daemon_queue_t dq) in turnstile_deallocate_queue_invoke()
/xnu-10002.81.5/osfmk/ipc/
H A Dipc_object.c163 __assert_only mpsc_daemon_queue_t dq) in ipc_object_deallocate_queue_invoke()
/xnu-10002.81.5/bsd/kern/
H A Dkdebug.c2718 _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 Dpthread_workqueue.c1990 __assert_only mpsc_daemon_queue_t dq) in workq_deallocate_queue_invoke()