Searched refs:wait_count (Results 1 - 8 of 8) sorted by relevance

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

Completed in 242 milliseconds