Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/benchtests/
Dbench-pthread-locks.c333 static int queued = 0; variable
357 while (queued > 0) in test_producer_thread()
362 ++ queued; in test_producer_thread()
394 while (queued == 0) in test_consumer_producer()
399 -- queued; in test_consumer_producer()
/glibc-2.36/sysdeps/generic/
Daio_misc.h64 queued, enumerator
/glibc-2.36/rt/
Daio_cancel.c141 assert (req->running == yes || req->running == queued); in __aio_cancel()
Daio_misc.c222 assert (req->running == yes || req->running == queued in __aio_remove_request()
392 running = queued; in __aio_enqueue_request()
/glibc-2.36/manual/
Dterminal.texi324 already queued. It can be one of the following values:
333 Make the change after waiting until all queued output has been written.
339 This is like @code{TCSADRAIN}, but also discards any queued input.
1718 The @code{tcdrain} function waits until all queued
1770 Clear both queued input and output.
Dllio.texi3005 Calling this function forces all I/O operations queued at the
3012 means that requests for this very same file descriptor which are queued
/glibc-2.36/ChangeLog.old/
DChangeLog.1710914 scopes were queued or if l_scope_mem has been abandoned.