MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ttydevsw_close

Function ttydevsw_close

components/lwp/terminal/terminal.h:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305rt_inline void ttydevsw_close(struct lwp_tty *tp)
306{
307 tty_assert_locked(tp);
308 MPASS(!tty_gone(tp));
309
310 tp->t_devsw->tsw_close(tp);
311}
312
313rt_inline void ttydevsw_outwakeup(struct lwp_tty *tp)
314{

Callers 1

ttydev_leaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected