OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx_timed
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libpthread/
t_mtx.c
58
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
), thrd_success);
61
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
| mtx_recursive), thrd_success);
66
ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain |
mtx_timed
), thrd_error);
86
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
), thrd_success);
100
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
| mtx_recursive), thrd_success);
124
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
), thrd_success);
129
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
), thrd_success);
135
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
| mtx_recursive), thrd_success);
142
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
| mtx_recursive), thrd_success);
149
ATF_REQUIRE_EQ(mtx_init(&m,
mtx_timed
| mtx_recursive), thrd_success)
[
all
...]
/src/lib/libpthread/
mtx.c
96
case
mtx_timed
:
99
case
mtx_timed
| mtx_recursive:
threads.h
70
mtx_timed
= 4,
enumerator in enum:__anond6ad5d820103
Completed in 13 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025