Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_device.c400 tp->t_mtx = &tp->t_mtxobj; in lwp_tty_create_ext()
401 rt_mutex_init(&tp->t_mtxobj, "ttydev", RT_IPC_FLAG_PRIO); in lwp_tty_create_ext()
442 if (tp->t_mtx == &tp->t_mtxobj) in lwp_tty_delete()
443 rt_mutex_detach(&tp->t_mtxobj); in lwp_tty_delete()
A Dterminal.h113 struct rt_mutex t_mtxobj; /* Per-TTY lock (when not borrowing). */ member

Completed in 4 milliseconds