Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h345 #define TTY_LOCK_NOTOWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_NOTOWNED) macro
/xnu-12377.41.6/bsd/kern/
H A Dtty.c277 TTY_LOCK_NOTOWNED(tp); /* debug assert */ in tty_lock()
296 TTY_LOCK_NOTOWNED(tp); /* debug assert */ in tty_trylock()
3300 TTY_LOCK_NOTOWNED(tp); in ttyfree()
3328 TTY_LOCK_NOTOWNED(tp); /* debug assert */ in ttydeallocate()