HomeSort by relevance Sort by last modified time
    Searched refs:semaphore (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /external/v8/test/cctest/
test-threads.cc 146 i::Semaphore* semaphore)
149 semaphore_(semaphore) {
169 i::Semaphore* semaphore_;
176 i::Semaphore* semaphore = i::OS::CreateSemaphore(0); local
180 new ThreadIdValidationThread(prev, &refs, i, semaphore);
187 semaphore->Wait();
test-thread-termination.cc 33 v8::internal::Semaphore* semaphore = NULL; variable
37 semaphore->Signal();
167 semaphore->Wait();
180 semaphore = v8::internal::OS::CreateSemaphore(0);
195 delete semaphore;
196 semaphore = NULL;
234 semaphore = v8::internal::OS::CreateSemaphore(0);
244 // Wait until all threads have signaled the semaphore.
246 semaphore->Wait()
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
vptr_benign_race.cc 3 #include <semaphore.h>
vptr_harmful_race.cc 3 #include <semaphore.h>
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 35 #include <semaphore.h>
  /external/valgrind/main/drd/tests/
sem_as_mutex.c 1 /* Use a semaphore to implement mutual exclusion. */
7 #include <semaphore.h>
pth_detached_sem.c 4 * in this test program the main thread uses a counting semaphore instead
12 #include <semaphore.h>
sem_open.c 1 /* Use a semaphore to implement mutual exclusion. */
6 #include <semaphore.h>
66 fprintf(stderr, "Failed to create a semaphore with name %s\n",
  /external/valgrind/main/helgrind/tests/
tc18_semabuse.c 14 #include <semaphore.h>
31 /* Do 'wait' on a bogus semaphore. This should fail, but on glibc
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
osinclude.h 33 #include <semaphore.h>
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
decoder_driver_test.h 37 #include <semaphore.h>
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_test.h 36 #include <semaphore.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h 30 #include <bits/semaphore.h>
35 /* Initialize semaphore object SEM to VALUE. If PSHARED then share it
39 /* Free resources associated with semaphore object SEM. */
42 /* Open a named semaphore NAME with open flags OFLAG. */
45 /* Close descriptor for named semaphore SEM. */
48 /* Remove named semaphore NAME. */
79 #endif /* semaphore.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 30 #include <bits/semaphore.h>
35 /* Initialize semaphore object SEM to VALUE. If PSHARED then share it
39 /* Free resources associated with semaphore object SEM. */
42 /* Open a named semaphore NAME with open flags OFLAG. */
45 /* Close descriptor for named semaphore SEM. */
48 /* Remove named semaphore NAME. */
79 #endif /* semaphore.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 30 #include <bits/semaphore.h>
35 /* Initialize semaphore object SEM to VALUE. If PSHARED then share it
39 /* Free resources associated with semaphore object SEM. */
42 /* Open a named semaphore NAME with open flags OFLAG. */
45 /* Close descriptor for named semaphore SEM. */
48 /* Remove named semaphore NAME. */
79 #endif /* semaphore.h */
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 36 #include <asm/semaphore.h>
100 #include <semaphore.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 36 #include <asm/semaphore.h>
94 #include <semaphore.h>
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 82 bool RunLoop::dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime)
85 return semaphore.wait(absoluteTime);
87 HANDLE handle = semaphore.event();
93 // Consider the wait to have timed out, even if the semaphore is currently signaled.
100 // The semaphore was signaled.
  /bionic/libc/kernel/common/linux/raid/
md.h 22 #include <asm/semaphore.h>
  /development/ndk/platforms/android-3/include/linux/raid/
md.h 16 #include <asm/semaphore.h>
  /external/bluetooth/bluedroid/include/
bte.h 27 #include <semaphore.h>
  /external/kernel-headers/original/linux/
cpu.h 26 #include <asm/semaphore.h>
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 250 static scoped_refptr<FlushSemaphore> semaphore(new FlushSemaphore());
251 semaphore->SendFlushRequest(get(false)->cookieStore()->GetCookieMonster());
252 semaphore->SendFlushRequest(get(true)->cookieStore()->GetCookieMonster());
253 semaphore->Wait(2);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Semaphore.c 31 #include <semaphore.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 16 #include <asm/semaphore.h>

Completed in 1294 milliseconds

1 2 34 5 6 7 8 91011