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

  /external/valgrind/main/drd/tests/
annotate_barrier.c 32 volatile unsigned wait_count; member in struct:__anon14073
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);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 690 DWORD wait_count; local
739 wait_count = 0;
741 wait_list[wait_count++] = tStdin;
744 wait_list[wait_count++] = tStdout;
747 wait_list[wait_count++] = tStderr;
750 wait_list[wait_count++] = childhand;
753 wait_return = WaitForMultipleObjects(wait_count, wait_list,
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 96 unsigned int wait_count; member in struct:p2p_device

Completed in 59 milliseconds