Searched refs:unblock (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp25 // 1. unblock on close:
27 // * unblock, when the same cookie is closed
30 // * unblock write operations, when the other tty is closed
31 // * unblock slave operations, when the master is closed
700 TestSelectNotifyAfterPending(bool master, bool write, bool unblock) argument
706 fUnblock(unblock)
709 unblock);
742 // unblock the read-writer and the selector
753 // unblock the read-writer, but not the selector
903 // unblock test
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1451 bool unblock = (cookie->thread_count > 0); local
1453 // unblock blocking threads
1454 if (unblock) {
1468 if (unblock) {
1487 // the TTY and need to unblock all write requests before. There should

Completed in 39 milliseconds