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

/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dcascade_fcntl.c143 unblock(int index) function
206 e += unblock(ts->ts_us0);
211 /* unblock their next move */
212 e += unblock(ts->ts_them0);
214 /* wait for them to unblock us */
218 e += unblock(ts->ts_us1);
220 e += unblock(ts->ts_them1);
225 e += unblock(ts->ts_them0);
226 e += unblock(ts->ts_us0);
H A Dcascade_flock.c146 unblock(int index) function
203 e += unblock(ts->ts_us0);
208 /* unblock their next move */
209 e += unblock(ts->ts_them0);
211 /* wait for them to unblock us */
215 e += unblock(ts->ts_us1);
217 e += unblock(ts->ts_them1);
222 e += unblock(ts->ts_them0);
223 e += unblock(ts->ts_us0);
H A Dcascade_lockf.c140 unblock(int index) function
197 e += unblock(ts->ts_us0);
202 /* unblock their next move */
203 e += unblock(ts->ts_them0);
205 /* wait for them to unblock us */
209 e += unblock(ts->ts_us1);
211 e += unblock(ts->ts_them1);
216 e += unblock(ts->ts_them0);
217 e += unblock(ts->ts_us0);
H A Dcascade_mutex.c144 unblock(int index) function
201 e += unblock(ts->ts_us0);
206 /* unblock their next move */
207 e += unblock(ts->ts_them0);
209 /* wait for them to unblock us */
213 e += unblock(ts->ts_us1);
215 e += unblock(ts->ts_them1);
220 e += unblock(ts->ts_them0);
221 e += unblock(ts->ts_us0);
H A Dcascade_cond.c186 unblock(int index) function
252 e += unblock(ts->ts_us0);
257 /* unblock their next move */
258 e += unblock(ts->ts_them0);
260 /* wait for them to unblock us */
264 e += unblock(ts->ts_us1);
266 e += unblock(ts->ts_them1);
271 e += unblock(ts->ts_them0);
272 e += unblock(ts->ts_us0);
H A Dfile_lock.c59 unblock(int index) function
100 e += unblock(0);
/haiku-fatelf/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
696 TestSelectNotifyAfterPending(bool master, bool write, bool unblock) argument
701 fUnblock(unblock)
704 unblock);
737 // unblock the read-writer and the selector
748 // unblock the read-writer, but not the selector
897 // unblock test
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1411 bool unblock = (cookie->thread_count > 0); local
1413 // unblock blocking threads
1414 if (unblock) {
1428 if (unblock) {
1447 // the TTY and need to unblock all write requests before. There should
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp1017 bool unblock = (cookie->thread_count > 0); local
1019 // unblock blocking threads
1020 if (unblock) {
1034 if (unblock) {
1055 // the TTY and need to unblock all write requests before. There should

Completed in 82 milliseconds