Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/hci/
Dshell_banner.c41 int wait_count; in shell_banner() local
50 for ( wait_count = 0 ; wait_count < BANNER_TIMEOUT ; wait_count++ ) { in shell_banner()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.cpp30 context(ctx), wait_count(1), _status(0), in event()
44 if (!--wait_count) in trigger_self()
87 return !wait_count; in signalled()
102 if (wait_count) { in chain()
103 ev.wait_count++; in chain()
115 cv.wait(lock, [=]{ return !wait_count; }); in wait()
Devent.hpp89 unsigned wait_count; member in clover::event
/external/valgrind/drd/tests/
Dannotate_barrier.c32 volatile unsigned wait_count; member
60 b->wait_count = 0; in barrier_init()
79 if (__sync_add_and_fetch(&b->wait_count, 1) == b->thread_count) in barrier_wait()
81 __sync_sub_and_fetch(&b->wait_count, b->thread_count); in barrier_wait()
/external/ltp/testcases/kernel/io/aio/aio02/
Daio_tio.c46 static int wait_count = 0; variable
63 wait_count--; in work_done()
164 wait_count = AIO_MAXIO; in io_tio()
173 while (wait_count) { in io_tio()
/external/syslinux/gpxe/
Dgpxe.diff34 int wait_count;
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h124 unsigned int wait_count; member