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

Function tty_checkoutq

components/lwp/terminal/freebsd/tty.c:1400–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398}
1399
1400int tty_checkoutq(struct lwp_tty *tp)
1401{
1402 /* 256 bytes should be enough to print a log message. */
1403 return (ttyoutq_bytesleft(&tp->t_outq) >= 256);
1404}
1405
1406void tty_hiwat_in_block(struct lwp_tty *tp)
1407{

Callers

nothing calls this directly

Calls 1

ttyoutq_bytesleftFunction · 0.85

Tested by

no test coverage detected