Searched refs:semaphore (Results 26 - 50 of 80) sorted by relevance

1234

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.h19 #include <semaphore.h>
/external/kernel-headers/original/linux/raid/
H A Dmd.h22 #include <asm/semaphore.h>
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_syssem.c25 #include <semaphore.h>
43 /* Create a semaphore, initialized with value */
72 SDL_SetError("Passed a NULL semaphore");
87 SDL_SetError("Passed a NULL semaphore");
109 SDL_SetError("Passed a NULL semaphore");
179 SDL_SetError("Passed a NULL semaphore");
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_syssem.c81 #include <semaphore.h>
88 /* Create a semaphore, initialized with value */
119 SDL_SetError("Passed a NULL semaphore");
134 SDL_SetError("Passed a NULL semaphore");
150 SDL_SetError("Passed a NULL semaphore");
192 SDL_SetError("Passed a NULL semaphore");
/external/v8/src/
H A Druntime-profiler.cc82 // TODO(isolates): Clean up the semaphore when it is no longer required.
83 static LazySemaphore<0>::type semaphore = LAZY_SEMAPHORE_INITIALIZER;
424 semaphore.Pointer()->Signal();
437 semaphore.Pointer()->Wait();
443 // Do a fake increment. If the profiler is waiting on the semaphore,
453 semaphore.Pointer()->Signal();
/external/valgrind/main/drd/
H A Ddrd_error.h143 Addr semaphore; member in struct:__anon13861
H A Ddrd_clientobj.h151 struct semaphore_info semaphore; member in union:drd_clientobj
/external/valgrind/main/helgrind/tests/
H A Dtc24_nonzero_sem.c3 Also useful for generating VCG of simple semaphore activity, for
8 #include <semaphore.h>
H A Dtc17_sembar.c5 #include <semaphore.h>
7 /* This is really a test of semaphore handling
24 an extra semaphore field, xxx. This is not functionally useful,
H A Dtc23_bogus_condwait.c7 #include <semaphore.h>
/external/valgrind/main/memcheck/tests/
H A Derr_disable4.c24 #include <semaphore.h>
75 // set up the semaphore
103 // semaphore is already back at zero
/external/chromium/base/
H A Dshared_memory.h13 #include <semaphore.h>
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h30 #include <asm/semaphore.h>
478 struct semaphore j_barrier;
511 struct semaphore j_checkpoint_sem;
514 struct semaphore j_sem;
658 /* This returns zero if we acquired the semaphore */
/external/kernel-headers/original/linux/
H A Dkernelcapi.h65 struct semaphore recv_sem;
H A Ddevice.h21 #include <asm/semaphore.h>
147 struct semaphore sem; /* locks both the children and interfaces lists */
311 struct semaphore sem; /* semaphore to synchronize calls to
H A Dtty.h59 struct semaphore pty_sem;
179 struct semaphore termios_sem;
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c36 #include <semaphore.h>
/external/linux-tools-perf/
H A Dbuiltin-kvm.c22 #include <semaphore.h>
/external/oprofile/module/
H A Dcompat22.h113 #define DECLARE_MUTEX(foo) struct semaphore foo = MUTEX
/external/valgrind/main/drd/tests/
H A Dpth_inconsistent_cond_wait.c10 #include <semaphore.h>
110 snprintf(semaphore_name, sizeof(semaphore_name), "semaphore-%d", getpid());
H A Dcircular_buffer.c14 #include <semaphore.h>
28 #define DATA_SEMAPHORE_NAME "cb-data-semaphore"
29 #define FREE_SEMAPHORE_NAME "cb-free-semaphore"
35 /* Counting semaphore representing the number of data items in the buffer. */
37 /* Counting semaphore representing the number of free elements. */
/external/kernel-headers/original/linux/netfilter/
H A Dnfnetlink.h132 extern struct semaphore nfnl_sem;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java131 private Semaphore semaphore; field in class:SIPTransaction
332 this.semaphore = new Semaphore(1,true);
1130 * semaphore gaurds re-entrancy to the transaction.
1140 retval = this.semaphore.tryAcquire(1000, TimeUnit.MILLISECONDS);
1157 * Release the transaction semaphore.
1181 this.semaphore.release();
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h625 struct semaphore sem; /* Semaphore for waiting on erasure.*/
626 struct semaphore grossLock; /* Gross locking semaphore */
/external/e2fsprogs/lib/et/
H A Derror_message.c32 #include <semaphore.h>

Completed in 4575 milliseconds

1234