OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx_timedlock
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libpthread/
t_mtx.c
110
ATF_TC(
mtx_timedlock
);
111
ATF_TC_HEAD(
mtx_timedlock
, tc)
113
atf_tc_set_md_var(tc, "descr", "Test C11
mtx_timedlock
(3)");
116
ATF_TC_BODY(
mtx_timedlock
, tc)
125
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_success);
131
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_timedout);
137
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_success);
143
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_success);
144
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_success);
150
ATF_REQUIRE_EQ(
mtx_timedlock
(&m, &ts), thrd_success)
[
all
...]
/src/lib/libpthread/
mtx.c
119
mtx_timedlock
(mtx_t *__restrict mtx, const struct timespec *__restrict ts)
function in typeref:typename:int
threads.h
100
int
mtx_timedlock
(mtx_t *__restrict, const struct timespec *__restrict);
Makefile
276
MLINKS+= mtx.3
mtx_timedlock
.3
Completed in 13 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025