Searched refs:t_lock (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | tty.h | 116 lck_mtx_t t_lock; /* Per tty lock */ member 340 #define TTY_LOCK_OWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_OWNED) 341 #define TTY_LOCK_NOTOWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_NOTOWNED)
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty.c | 278 lck_mtx_lock(&tp->t_lock); in tty_lock() 297 lck_mtx_unlock(&tp->t_lock); in tty_unlock() 3135 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep() 3165 lck_mtx_init(&tp->t_lock, &tty_lck_grp, LCK_ATTR_NULL); in ttymalloc() 3215 lck_mtx_destroy(&tp->t_lock, &tty_lck_grp); in ttydeallocate()
|