Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ttydisc_write_poll
Function
ttydisc_write_poll
components/lwp/terminal/terminal.h:407–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
rt_inline size_t ttydisc_write_poll(struct lwp_tty *tp)
408
{
409
tty_assert_locked(tp);
410
411
return ttyoutq_bytesleft(&tp->t_outq);
412
}
413
414
#endif /* __LWP_TERMINAL_H__ */
Callers
1
ttydev_poll
Function · 0.85
Calls
1
ttyoutq_bytesleft
Function · 0.85
Tested by
no test coverage detected