HomeSort by: relevance | last modified time | path
    Searched refs:sem_wait (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 36 sem_wait;
50 sem_wait;
85 sem_wait;
126 sem_wait;
142 sem_wait;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 36 sem_wait;
50 sem_wait;
85 sem_wait;
126 sem_wait;
142 sem_wait;
  /src/include/
semaphore.h 54 int sem_wait(sem_t *);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
infcall-from-bp-cond-timeout.c 49 if (sem_wait (&thread_1_semaphore) != 0)
84 if (sem_wait (&thread_2_semaphore) != 0)
93 if (sem_wait (&finish_semaphore) != 0)
141 if (sem_wait (&startup_semaphore) != 0)
staticthreads.c 41 while (sem_wait (&semaphore) != 0)
infcall-from-bp-cond-single.c 70 if (sem_wait (&finish_semaphore) != 0)
113 if (sem_wait (&startup_semaphore) != 0)
tls.c 105 if (sem_wait (&tell_thread) == 0)
177 if (sem_wait (&tell_main) == 0)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
infcall-from-bp-cond-timeout.c 49 if (sem_wait (&thread_1_semaphore) != 0)
84 if (sem_wait (&thread_2_semaphore) != 0)
93 if (sem_wait (&finish_semaphore) != 0)
141 if (sem_wait (&startup_semaphore) != 0)
staticthreads.c 41 while (sem_wait (&semaphore) != 0)
infcall-from-bp-cond-single.c 70 if (sem_wait (&finish_semaphore) != 0)
113 if (sem_wait (&startup_semaphore) != 0)
tls.c 105 if (sem_wait (&tell_thread) == 0)
177 if (sem_wait (&tell_main) == 0)
  /src/lib/librt/
Makefile 20 sem_wait.3
28 MLINKS+= sem_wait.3 sem_timedwait.3
29 MLINKS+= sem_wait.3 sem_trywait.3
sem.c 80 #define sem_wait _librt_sem_wait macro
149 __weak_alias(sem_wait,_librt_sem_wait)
368 sem_wait(sem_t *sem) function
  /src/tests/lib/libpthread/
t_sem.c 150 sem_wait(semp);
175 SEM_REQUIRE(sem_wait(&sem_b));
181 SEM_REQUIRE(sem_wait(&sem_b));
239 ret = sem_wait(&sem);
  /src/tests/lib/semaphore/
sem.c 46 sem_wait(&sem);
47 sem_wait(&sem);
115 sem_wait(&semmarit[1]);
116 sem_wait(&semmarit[0]);
145 sem_wait(&semmarit[2]);
171 atf_tc_set_md_var(tc, "descr", "tests sem_wait can handle blocking "
194 sem_wait(&semmarit[2]);
  /src/tests/fs/nfs/nfsservice/
rumpnfsd.c 147 sem_wait(&gensem);
151 sem_wait(&gensem);
  /src/tests/fs/ffs/
h_ffs_server.c 108 sem_wait(&sigsem);
  /src/tests/lib/librt/
t_sem.c 100 ATF_REQUIRE_EQ(sem_wait(sem_b), 0);
106 ATF_REQUIRE_EQ(sem_wait(sem_b), 0);
146 ATF_REQUIRE_MSG(sem_wait(sem_a) == 0,
147 "sem_wait failed; iteration %d", j);
248 ATF_REQUIRE_MSG(sem_wait(&slave_region->the_sem)
250 "sem_wait failed; iteration %d", j);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
barrier.c 96 if (sem_wait(&bar->bar_sem) == -1)
97 terminate("%s: sem_wait(bar_sem)", __func__);
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
sem.c 31 interested in sem_wait as a cancelation point, but it's not too
141 while (sem_wait (sem) != 0)
lock.c 140 while (sem_wait (lock) != 0)
177 while (sem_wait (&lock->lock) != 0)
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
sem.c 31 interested in sem_wait as a cancelation point, but it's not too
141 while (sem_wait (sem) != 0)
lock.c 140 while (sem_wait (lock) != 0)
177 while (sem_wait (&lock->lock) != 0)
  /src/external/mit/libuv/dist/src/unix/
os390-syscalls.h 72 int sem_wait(UV_PLATFORM_SEM_T* semid);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemPosix.cpp 96 for (int i = 0; i < 10 && sem_wait((sem_t*)Semaphore[Idx]); i++) {
97 // sem_wait may fail if interrupted by a signal.
100 Printf("%s: sem_wait[%d] failed %s\n", i < 9 ? "WARNING" : "ERROR", i,

Completed in 51 milliseconds

1 2