Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ttydevsw_defoutwakeup
Function
ttydevsw_defoutwakeup
components/lwp/terminal/freebsd/tty.c:736–739 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
static void ttydevsw_defoutwakeup(struct lwp_tty *tp __unused)
737
{
738
panic(
"Terminal device has output, while not implemented"
);
739
}
740
741
static void ttydevsw_definwakeup(struct lwp_tty *tp __unused)
742
{
Callers
nothing calls this directly
Calls
1
panic
Function · 0.85
Tested by
no test coverage detected