Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c227 mpsc_daemon_enqueue(&mcc_memory_error_event_queue, in mcc_log_memory_error()
H A Dmpsc_queue.c393 mpsc_daemon_enqueue(mpsc_daemon_queue_t dq, mpsc_queue_chain_t elm, in mpsc_daemon_enqueue() function
H A Dthread.c987 mpsc_daemon_enqueue(&thread_exception_queue, &elt->link, in thread_exception_enqueue()
1003 mpsc_daemon_enqueue(&thread_backtrace_queue, &elt->link, in thread_backtrace_enqueue()
1151 mpsc_daemon_enqueue(&thread_terminate_queue, &thread->mpsc_links, in thread_terminate_enqueue()
1164 mpsc_daemon_enqueue(&thread_deallocate_queue, &thread->mpsc_links, in thread_deallocate_enqueue()
1190 mpsc_daemon_enqueue(&thread_terminate_queue, &th_remove->mpsc_links, in thread_terminate_crashed_threads()
1238 mpsc_daemon_enqueue(&thread_stack_queue, &thread->mpsc_links, in thread_stack_enqueue()
H A Dwork_interval.c399 mpsc_daemon_enqueue(&work_interval_deallocate_queue, in work_interval_deferred_release()
H A Dthread_group.c623 mpsc_daemon_enqueue(&thread_group_deallocate_queue, &tg->tg_destroy_link, in thread_group_deallocate_safe()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_object.c152 mpsc_daemon_enqueue(&ipc_object_deallocate_queue, in ipc_object_free_safe()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_object.c8019 mpsc_daemon_enqueue(&io_reprioritize_q, &req->iorr_elm, MPSC_QUEUE_DISABLE_PREEMPTION);
8126 mpsc_daemon_enqueue(&io_reprioritize_q, &req->iorr_elm, MPSC_QUEUE_DISABLE_PREEMPTION);
/xnu-12377.1.9/bsd/kern/
H A Dkdebug.c594 mpsc_daemon_enqueue(&_coproc_notify_queue, &coproc->chain, in _register_coproc_internal()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c2074 mpsc_daemon_enqueue(&workq_deallocate_queue, &wq->wq_destroy_link, in workq_deallocate_safe()