Home
last modified time | relevance | path

Searched refs:LCK_TICKET_ASSERT_OWNED (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/osfmk/kern/
H A Dticket_lock.h331 #define LCK_TICKET_ASSERT_OWNED(tlock) lck_ticket_assert_owned(tlock) macro
334 #define LCK_TICKET_ASSERT_OWNED(tlock) (void)(tlock) macro
/xnu-10002.41.9/bsd/pthread/
H A Dpthread_workqueue.c506 LCK_TICKET_ASSERT_OWNED(&wq->wq_lock); in workq_lock_held()