HomeSort by relevance Sort by last modified time
    Searched defs:wait_count (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/hci/
shell_banner.c 41 int wait_count; local
50 for ( wait_count = 0 ; wait_count < BANNER_TIMEOUT ; wait_count++ ) {
  /bionic/libc/bionic/
pthread_barrier.cpp 74 atomic_uint wait_count; member in struct:pthread_barrier_internal_t
99 atomic_init(&barrier->wait_count, 0);
119 // the last thread leaving the previous cycle, so we can read correct wait_count below.
124 uint32_t prev_wait_count = atomic_load_explicit(&barrier->wait_count, memory_order_relaxed);
135 if (atomic_compare_exchange_weak_explicit(&barrier->wait_count, &prev_wait_count,
159 if (atomic_fetch_sub_explicit(&barrier->wait_count, 1, memory_order_release) == 1) {
174 // So we can read correct wait_count below.
178 if (atomic_load_explicit(&barrier->wait_count, memory_order_relaxed) != 0) {
  /external/ltp/testcases/kernel/io/aio/aio02/
aio_tio.c 46 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/
event.hpp 89 unsigned wait_count; member in class:clover::event
  /external/valgrind/drd/tests/
annotate_barrier.c 32 volatile unsigned wait_count; member in struct:__anon42613
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/wpa_supplicant_8/src/p2p/
p2p_i.h 124 unsigned int wait_count; member in struct:p2p_device

Completed in 552 milliseconds