Home
last modified time | relevance | path

Searched refs:turnstile_alloc (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.h400 turnstile_alloc(void);
H A Dturnstile.c794 turnstile_alloc(void) in turnstile_alloc() function
H A Dthread.c1560 new_thread->turnstile = turnstile_alloc(); in thread_create_internal()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c480 struct turnstile *kn_ts = turnstile_alloc(); in filt_machport_turnstile_prepare_lazily()
H A Dipc_port.c1771 turnstile = turnstile_alloc(); in ipc_port_send_turnstile_prepare()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c2142 turnstile_prepare((uintptr_t)wq, &wq->wq_turnstile, turnstile_alloc(), in workq_open()
/xnu-12377.1.9/bsd/kern/
H A Dkern_event.c6116 struct turnstile *ts = turnstile_alloc(), *free_ts = TURNSTILE_NULL;