OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_wait
(Results
1 - 15
of
15
) sorted by relevancy
/src/include/
semaphore.h
54
int
sem_wait
(sem_t *);
/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 in typeref:typename:int
/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);
h_quota2_tests.c
463
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/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,
/src/tests/fs/common/
fstest_lfs.c
180
sem_wait
(&args->ta_cleanerloop);
/src/tests/modules/
t_kcov.c
201
sem_wait
(&sem2);
216
sem_wait
(&sem1);
/src/usr.bin/rump_allserver/
rump_allserver.c
476
sem_wait
(&sigsem);
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c
1019
while (((RetVal =
sem_wait
(Sem)) == -1) && (errno == EINTR))
/src/usr.sbin/mountd/
mountd.c
319
sem_wait
(&exportsem);
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025