HomeSort by relevance Sort by last modified time
    Searched refs:wait_count (Results 1 - 6 of 6) 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/chromium/chrome/browser/download/
download_browsertest.cc 57 // Create an object that will be considered finished when |wait_count|
69 size_t wait_count,
73 wait_count_(wait_count),
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 96 unsigned int wait_count; member in struct:p2p_device
p2p_go_neg.c 769 dev->wait_count = 0;
p2p.c     [all...]

Completed in 91 milliseconds