HomeSort by relevance Sort by last modified time
    Searched full:sem_post (Results 26 - 50 of 648) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
vptr_harmful_race3.cc 12 sem_post(&sem_);
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_conpro.c 56 if (-1 == sem_post(&buf->lock)) {
60 if (-1 == sem_post(&buf->empty)) {
85 if (-1 == sem_post(&buf->lock)) {
89 if (-1 == sem_post(&buf->occupied)) {
  /external/valgrind/memcheck/tests/
err_disable4.c 108 r = sem_post(&sem); assert(!r);
110 r = sem_post(sem); assert(!r);
135 r = sem_post(&sem); assert(!r);
137 r = sem_post(sem); assert(!r);
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libsuspend.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libsuspend.so 
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
3-1.c 75 sem_post(&csem);
86 sem_post(&psem);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
3-1.c 75 sem_post(&csem);
86 sem_post(&psem);
assertions.xml 7 sem_init is used in subsequence of sem_wait, sem_trywait, sem_post,
34 of referring to copies of sem in calls to sem_wait, sem_post, sem_trywait
  /external/valgrind/drd/tests/
sem_as_mutex.c 79 if (s_do_mutual_exclusion) sem_post(&s_sem);
102 if (s_do_mutual_exclusion) sem_post(&s_sem);
pth_inconsistent_cond_wait.c 81 sem_post(s_sem);
121 /* Wait until both threads have called sem_post(). */
sem_open.c 92 if (s_do_mutual_exclusion) sem_post(s_sem);
116 if (s_do_mutual_exclusion) sem_post(s_sem);
  /bionic/benchmarks/
semaphore_benchmark.cpp 43 sem_post(&semaphore);
54 // We will run a background thread that catches the sem_post wakeup and
61 // SCHED_FIFO (highest priority policy) to time the act of running sem_post
69 // the timing of the sem_post.
112 sem_post(&semaphore);
150 sem_post(&semaphore);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
8-1.c 213 sem_post(sem);
218 sem_post(sem);
223 sem_post(sem);
239 sem_post(sem);
246 sem_post(sem);
247 sem_post(sem);
  /external/ltp/testcases/open_posix_testsuite/stress/semaphores/
multi_con_pro.c 67 if (-1 == sem_post(&buf->lock)) {
71 if (-1 == sem_post(&buf->empty)) {
94 if (-1 == sem_post(&buf->lock)) {
98 if (-1 == sem_post(&buf->empty)) {
126 if (-1 == sem_post(&buf->lock)) {
130 if (-1 == sem_post(&buf->full)) {
  /external/valgrind/helgrind/tests/
tc18_semabuse.stderr.exp 16 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:...)
tc18_semabuse.stderr.exp-linux-mips32-b 16 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:...)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 136 if ((sem_post(&semsig1))) {
137 UNRESOLVED(errno, "Sem_post in signal handler 1");
145 if ((sem_post(&semsig2))) {
146 UNRESOLVED(errno, "Sem_post in signal handler 2");
174 if ((sem_post(&semsync2))) {
365 if ((sem_post(&semsync))) {
  /external/llvm/test/CodeGen/X86/
2010-09-16-asmcrash.ll 14 module asm ".weak sem_post"
15 module asm ".equ sem_post, _sem_post"
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2010-09-16-asmcrash.ll 14 module asm ".weak sem_post"
15 module asm ".equ sem_post, _sem_post"
  /hardware/nxp/nfc/halimpl/utils/
phNxpNciHal_utils.h 55 #define SEM_POST(p_cb_data) sem_post(&((p_cb_data)->sem))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 143 if (sem_post(&semsig1)) {
144 UNRESOLVED(errno, "Sem_post in signal handler 1");
154 if (sem_post(&semsig2)) {
155 UNRESOLVED(errno, "Sem_post in signal handler 2");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 135 if (sem_post(&semsig1)) {
136 UNRESOLVED(errno, "Sem_post in signal handler 1");
145 if (sem_post(&semsig2)) {
146 UNRESOLVED(errno, "Sem_post in signal handler 2");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 103 if (sem_post(&semsig1))
104 UNRESOLVED(errno, "Sem_post in signal handler 1");
112 if (sem_post(&semsig2))
113 UNRESOLVED(errno, "Sem_post in signal handler 2");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 141 if (sem_post(&semsig1)) {
142 UNRESOLVED(errno, "Sem_post in signal handler 1");
152 if (sem_post(&semsig2)) {
153 UNRESOLVED(errno, "Sem_post in signal handler 2");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 140 if (sem_post(&semsig1)) {
141 UNRESOLVED(errno, "Sem_post in signal handler 1");
151 if (sem_post(&semsig2)) {
152 UNRESOLVED(errno, "Sem_post in signal handler 2");

Completed in 1049 milliseconds

12 3 4 5 6 7 8 91011>>