Home
last modified time | relevance | path

Searched refs:mpsc_queue_chain (Results 1 – 14 of 14) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dmpsc_queue.h50 typedef struct mpsc_queue_chain { struct
52 struct mpsc_queue_chain *volatile mpqc_next; argument
54 struct mpsc_queue_chain *_Atomic mpqc_next;
120 struct mpsc_queue_chain mpqh_head;
122 struct mpsc_queue_chain *volatile mpqh_tail;
124 struct mpsc_queue_chain *_Atomic mpqh_tail;
217 os_atomic_store(&elm->mpqc_next, (struct mpsc_queue_chain *__single)NULL, relaxed); in __mpsc_queue_append_update_tail()
525 struct mpsc_queue_chain mpd_chain;
H A Dtest_mpsc_queue.c42 struct mpsc_queue_chain link;
H A Decc_logging.c114 struct mpsc_queue_chain link;
H A Dturnstile.h354 struct mpsc_queue_chain ts_deallocate_link; /* thread deallocate link */
H A Dwaitq.h286 struct mpsc_queue_chain prefix##_defer; \
H A Dmpsc_queue.c53 _mpsc_queue_wait_for_enqueuer(struct mpsc_queue_chain *_Atomic *ptr) in _mpsc_queue_wait_for_enqueuer()
H A Dwork_interval.c189 struct mpsc_queue_chain wi_deallocate_link;
H A Dthread_group.c62 struct mpsc_queue_chain tg_destroy_link;
H A Dthread.h388 struct mpsc_queue_chain mpsc_links; /* thread daemon mpsc links */
H A Dthread.c202 struct mpsc_queue_chain link;
209 struct mpsc_queue_chain link;
H A Dsmr.c1302 struct mpsc_queue_chain smrj_link;
/xnu-10063.141.1/bsd/pthread/
H A Dworkqueue_internal.h219 struct mpsc_queue_chain wq_destroy_link;
/xnu-10063.141.1/libkern/libkern/coreanalytics/
H A Dcoreanalytics_internal.h146 struct mpsc_queue_chain link;
/xnu-10063.141.1/bsd/kern/
H A Dkdebug.c94 struct mpsc_queue_chain chain;