Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dturnstile.h400 turnstile_alloc(void);
H A Dturnstile.c791 turnstile_alloc(void) in turnstile_alloc() function
H A Dthread.c1569 new_thread->turnstile = turnstile_alloc(); in thread_create_internal()
/xnu-11215/osfmk/ipc/
H A Dipc_pset.c448 struct turnstile *kn_ts = turnstile_alloc(); in filt_machport_turnstile_prepare_lazily()
H A Dipc_port.c1742 turnstile = turnstile_alloc(); in ipc_port_send_turnstile_prepare()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2141 turnstile_prepare((uintptr_t)wq, &wq->wq_turnstile, turnstile_alloc(), in workq_open()
/xnu-11215/bsd/kern/
H A Dkern_event.c6115 struct turnstile *ts = turnstile_alloc(), *free_ts = TURNSTILE_NULL;