OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_trywait
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/semaphore/
sem.c
48
rv =
sem_trywait
(&sem);
68
ATF_REQUIRE_EQ(
sem_trywait
(&sem), 0);
69
ATF_REQUIRE_EQ(
sem_trywait
(&sem), 0);
70
ATF_REQUIRE_EQ(
sem_trywait
(&sem), 0);
71
ATF_REQUIRE_EQ(
sem_trywait
(&sem), 0);
72
ATF_REQUIRE_EQ(
sem_trywait
(&sem), -1);
91
ATF_REQUIRE_EQ(
sem_trywait
(&sem), 0);
92
ATF_REQUIRE_EQ(
sem_trywait
(&sem), -1);
94
rv =
sem_trywait
(&sem);
266
ATF_REQUIRE_EQ(
sem_trywait
(sem2), -1)
[
all
...]
/src/include/
semaphore.h
52
int
sem_trywait
(sem_t *);
/src/tests/lib/libpthread/
t_sem.c
176
ATF_REQUIRE_EQ(
sem_trywait
(&sem_b), -1);
179
SEM_REQUIRE(
sem_trywait
(&sem_b));
243
ret =
sem_trywait
(&sem);
/src/lib/librt/
Makefile
29
MLINKS+= sem_wait.3
sem_trywait
.3
sem.c
82
#define
sem_trywait
_librt_sem_trywait
macro
151
__weak_alias(
sem_trywait
,_librt_sem_trywait)
396
sem_trywait
(sem_t *sem)
function in typeref:typename:int
/src/tests/lib/librt/
t_sem.c
101
ATF_REQUIRE_EQ(
sem_trywait
(sem_b), -1);
104
ATF_REQUIRE_EQ(
sem_trywait
(sem_b), 0);
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c
1009
if (
sem_trywait
(Sem) == -1)
1041
if (
sem_trywait
(Sem) == 0)
Completed in 14 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025