Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c198 mpsc_daemon_enqueue(&mcc_memory_error_event_queue, in mcc_log_memory_error()
H A Dthread.c982 mpsc_daemon_enqueue(&thread_exception_queue, &elt->link, in thread_exception_enqueue()
998 mpsc_daemon_enqueue(&thread_backtrace_queue, &elt->link, in thread_backtrace_enqueue()
1150 mpsc_daemon_enqueue(&thread_terminate_queue, &thread->mpsc_links, in thread_terminate_enqueue()
1163 mpsc_daemon_enqueue(&thread_deallocate_queue, &thread->mpsc_links, in thread_deallocate_enqueue()
1189 mpsc_daemon_enqueue(&thread_terminate_queue, &th_remove->mpsc_links, in thread_terminate_crashed_threads()
1237 mpsc_daemon_enqueue(&thread_stack_queue, &thread->mpsc_links, in thread_stack_enqueue()
H A Dmpsc_queue.c405 mpsc_daemon_enqueue(mpsc_daemon_queue_t dq, mpsc_queue_chain_t elm, in mpsc_daemon_enqueue() function
H A Dwork_interval.c369 mpsc_daemon_enqueue(&work_interval_deallocate_queue, in work_interval_deferred_release()
H A Dthread_group.c627 mpsc_daemon_enqueue(&thread_group_deallocate_queue, &tg->tg_destroy_link, in thread_group_deallocate_safe()
H A Dsmr.c670 mpsc_daemon_enqueue(&smr_deallocate_queue, in smr_global_retire()
H A Dturnstile.c906 mpsc_daemon_enqueue(&turnstile_deallocate_queue, in turnstile_deallocate_safe()
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_object.c156 mpsc_daemon_enqueue(&ipc_object_deallocate_queue, in ipc_object_free_safe()
/xnu-8796.141.3/bsd/kern/
H A Dkdebug.c523 mpsc_daemon_enqueue(&_coproc_notify_queue, &coproc->chain, in _register_coproc_internal()
/xnu-8796.141.3/bsd/pthread/
H A Dpthread_workqueue.c2020 mpsc_daemon_enqueue(&workq_deallocate_queue, &wq->wq_destroy_link, in workq_deallocate_safe()