Searched refs:TTY_LOCK_OWNED (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c122 #define TTY_LOCK_OWNED(tp) do {lck_mtx_assert(&tp->t_lock, LCK_MTX_ASSERT_OWNED); } while (0) macro
125 #define TTY_LOCK_OWNED(tp) macro
329 TTY_LOCK_OWNED(tp); /* debug assert */
349 TTY_LOCK_OWNED(tp); /* debug assert */
432 TTY_LOCK_OWNED(tp); /* debug assert */
503 TTY_LOCK_OWNED(tp); /* debug assert */
886 TTY_LOCK_OWNED(tp); /* debug assert */
1060 TTY_LOCK_OWNED(tp); /* debug assert */
1517 TTY_LOCK_OWNED(tp); /* debug assert */
1578 TTY_LOCK_OWNED(t
[all...]

Completed in 77 milliseconds