Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtest_mpsc_queue.c58 mpsc_daemon_enqueue(&q->other->queue, &q->other->link, in mpsc_test_pingpong_invoke()
120 mpsc_daemon_enqueue(&ping.queue, &ping.link, MPSC_QUEUE_DISABLE_PREEMPTION); in mpsc_test_pingpong()
H A Dcore_analytics.c132 mpsc_daemon_enqueue(&core_analytics_event_queue, &event->link, MPSC_QUEUE_DISABLE_PREEMPTION); in core_analytics_send_event()
138 mpsc_daemon_enqueue(&core_analytics_event_queue, &event->link, MPSC_QUEUE_NONE); in core_analytics_send_event_preemption_disabled()
H A Dmpsc_queue.h678 mpsc_daemon_enqueue(mpsc_daemon_queue_t dq, mpsc_queue_chain_t elm,
H A Decc_logging.c226 mpsc_daemon_enqueue(&mcc_memory_error_event_queue, in mcc_log_memory_error()
H A Dmpsc_queue.c407 mpsc_daemon_enqueue(mpsc_daemon_queue_t dq, mpsc_queue_chain_t elm, in mpsc_daemon_enqueue() function
H A Dthread.c975 mpsc_daemon_enqueue(&thread_exception_queue, &elt->link, in thread_exception_enqueue()
991 mpsc_daemon_enqueue(&thread_backtrace_queue, &elt->link, in thread_backtrace_enqueue()
1143 mpsc_daemon_enqueue(&thread_terminate_queue, &thread->mpsc_links, in thread_terminate_enqueue()
1156 mpsc_daemon_enqueue(&thread_deallocate_queue, &thread->mpsc_links, in thread_deallocate_enqueue()
1182 mpsc_daemon_enqueue(&thread_terminate_queue, &th_remove->mpsc_links, in thread_terminate_crashed_threads()
1230 mpsc_daemon_enqueue(&thread_stack_queue, &thread->mpsc_links, in thread_stack_enqueue()
H A Dwork_interval.c394 mpsc_daemon_enqueue(&work_interval_deallocate_queue, in work_interval_deferred_release()
H A Dthread_group.c615 mpsc_daemon_enqueue(&thread_group_deallocate_queue, &tg->tg_destroy_link, in thread_group_deallocate_safe()
H A Dturnstile.c910 mpsc_daemon_enqueue(&turnstile_deallocate_queue, in turnstile_deallocate_safe()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_object.c157 mpsc_daemon_enqueue(&ipc_object_deallocate_queue, in ipc_object_free_safe()
/xnu-10063.141.1/bsd/kern/
H A Dkdebug.c526 mpsc_daemon_enqueue(&_coproc_notify_queue, &coproc->chain, in _register_coproc_internal()
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c2029 mpsc_daemon_enqueue(&workq_deallocate_queue, &wq->wq_destroy_link, in workq_deallocate_safe()