Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ttydevsw_free
Function
ttydevsw_free
components/lwp/terminal/terminal.h:385–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
rt_inline void ttydevsw_free(struct lwp_tty *tp)
386
{
387
MPASS(tty_gone(tp));
388
389
tp->t_devsw->tsw_free(tty_softc(tp));
390
}
391
392
rt_inline rt_bool_t ttydevsw_busy(struct lwp_tty *tp)
393
{
Callers
1
lwp_tty_delete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected