Searched refs:sem_post (Results 1 - 25 of 60) sorted by relevance

123

/external/valgrind/main/drd/tests/
H A Dsem_open_traced.stderr.exp4 [2] sem_post 0x........ value 0 -> 1
6 [1] sem_post 0x........ value 0 -> 1
H A Dsem_as_mutex.c79 if (s_do_mutual_exclusion) sem_post(&s_sem);
102 if (s_do_mutual_exclusion) sem_post(&s_sem);
H A Dannotate_sem.c53 static void sem_post(sem_t *p) function
67 sem_post(&s_sem);
71 sem_post(&s_sem);
H A Dsem_open.c92 if (s_do_mutual_exclusion) sem_post(s_sem);
116 if (s_do_mutual_exclusion) sem_post(s_sem);
H A Dpth_detached_sem.c23 sem_post(&s_sem);
/external/bluetooth/bluedroid/test/suite/support/
H A Dcallbacks.h43 sem_post(semaphore); \
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_cond_wait.c67 * sem_post( semBlockLock );
84 * sem_post( semBlockLock ); // open the gate.
98 * sem_post( semBlockLock );
109 * } sem_post( semBlockLock ); // open the gate
158 * sem_post( semBlockQueue,nSignalsToIssue );
185 * sem_post( semBlockLock );
199 * sem_post( semBlockLock );
205 * sem_post( semBlockLock ); // open the gate
254 * sem_post( semBlockQueue,nSignalsToIssue );
315 if (sem_post (
[all...]
H A Dsem_post.c4 * Module: sem_post.c
50 sem_post (sem_t * sem) function
128 } /* sem_post */
H A Dpthread_cond_destroy.c152 (void) sem_post (&(cv->semBlockLock));
167 if (sem_post (&(cv->semBlockLock)) != 0)
H A Dsemaphore.h145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc75 sem_post(&work_sem_);
95 sem_post(&done_sem_);
113 sem_post(&work_sem_);
/external/compiler-rt/test/tsan/
H A Dvptr_benign_race.cc13 sem_post(&sem_);
H A Dvptr_harmful_race.cc14 sem_post(&sem_);
H A Dvptr_harmful_race2.cc14 sem_post(&sem_);
H A Dvptr_harmful_race3.cc14 sem_post(&sem_);
/external/valgrind/main/helgrind/tests/
H A Dtc18_semabuse.c37 r= sem_post(&s1);
H A Dtc18_semabuse.stderr.exp16 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
23 Thread #x's call to sem_post failed
26 by 0x........: sem_post (hg_intercepts.c:...)
H A Dtc24_nonzero_sem.c92 return sem_post(s);
/external/valgrind/main/memcheck/tests/
H A Derr_disable4.c90 r = sem_post(&sem); assert(!r);
113 r = sem_post(&sem); assert(!r);
/external/deqp/framework/delibs/dethread/unix/
H A DdeSemaphoreUnix.c63 int ret = sem_post(sem);
H A DdeNamedSemaphoreUnix.c89 int res = sem_post(sem);
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_syssem.c183 retval = sem_post(&sem->sem);
185 SDL_SetError("sem_post() failed");
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_syssem.c196 retval = sem_post(sem->sem);
198 SDL_SetError("sem_post() failed");
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h90 #define sem_post(sem) ReleaseSemaphore(*sem,1,NULL) macro
138 static inline int sem_post(sem_t * sem) function
170 #define sem_post(sem) semaphore_signal(*sem) macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h90 #define sem_post(sem) ReleaseSemaphore(*sem,1,NULL) macro
138 static inline int sem_post(sem_t * sem) function
170 #define sem_post(sem) semaphore_signal(*sem) macro

Completed in 3026 milliseconds

123