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

/macosx-10.9.5/xnu-2422.115.4/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...]
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp82 #define TTY_LOCK_OWNED(tp) do {lck_mtx_assert(&tp->t_lock, LCK_MTX_ASSERT_OWNED); } while (0) macro
85 #define TTY_LOCK_OWNED(tp)

Completed in 255 milliseconds