Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dmpsc_queue.c120 static void _mpsc_daemon_queue_drain(mpsc_daemon_queue_t, thread_t);
121 static void _mpsc_daemon_queue_enqueue(mpsc_daemon_queue_t, mpsc_queue_chain_t);
126 _mpsc_daemon_queue_init(mpsc_daemon_queue_t dq, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init()
136 mpsc_daemon_queue_t dq = param; in _mpsc_queue_thread_continue()
157 _mpsc_queue_thread_wakeup(mpsc_daemon_queue_t dq) in _mpsc_queue_thread_wakeup()
163 _mpsc_daemon_queue_init_with_thread(mpsc_daemon_queue_t dq, in _mpsc_daemon_queue_init_with_thread()
190 mpsc_daemon_queue_init_with_thread(mpsc_daemon_queue_t dq, in mpsc_daemon_queue_init_with_thread()
204 _mpsc_daemon_queue_drain((mpsc_daemon_queue_t)arg0, NULL); in _mpsc_queue_thread_call_drain()
208 _mpsc_queue_thread_call_wakeup(mpsc_daemon_queue_t dq) in _mpsc_queue_thread_call_wakeup()
214 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, __assert_only 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.c156 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.c906 __assert_only mpsc_daemon_queue_t dq) in thread_exception_queue_invoke()
939 __assert_only mpsc_daemon_queue_t dq) in thread_backtrace_queue_invoke()
1036 __assert_only mpsc_daemon_queue_t dq) in thread_terminate_queue_invoke()
1129 __assert_only mpsc_daemon_queue_t dq) in thread_deallocate_queue_invoke()
1206 __assert_only mpsc_daemon_queue_t dq) in thread_stack_queue_invoke()
H A Dthread_group.c94 __assert_only mpsc_daemon_queue_t dq);
611 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 Dwork_interval.c505 __assert_only mpsc_daemon_queue_t dq) in work_interval_deallocate_queue_invoke()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_object.c158 __assert_only mpsc_daemon_queue_t dq) in ipc_object_deallocate_queue_invoke()
/xnu-12377.41.6/bsd/kern/
H A Dkdebug.c3263 _deferred_coproc_notify(mpsc_queue_chain_t e, mpsc_daemon_queue_t queue __unused) in _deferred_coproc_notify()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_object.c483 static void io_reprioritize(mpsc_queue_chain_t elm, mpsc_daemon_queue_t dq);
8801 io_reprioritize(mpsc_queue_chain_t elm, __assert_only mpsc_daemon_queue_t dq)
/xnu-12377.41.6/bsd/pthread/
H A Dpthread_workqueue.c2044 __assert_only mpsc_daemon_queue_t dq) in workq_deallocate_queue_invoke()