OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrd_error
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libpthread/
mtx.c
59
return
thrd_error
;
72
return
thrd_error
;
77
return
thrd_error
;
85
return
thrd_error
;
102
return
thrd_error
;
115
return
thrd_error
;
131
return
thrd_error
;
147
return
thrd_error
;
160
return
thrd_error
;
cnd.c
49
return
thrd_error
;
73
return
thrd_error
;
85
return
thrd_error
;
103
return
thrd_error
;
117
return
thrd_error
;
tss.c
49
return
thrd_error
;
76
return
thrd_error
;
thrd.c
88
error =
thrd_error
;
112
return
thrd_error
;
146
return
thrd_error
;
threads.h
78
thrd_error
= 2,
enumerator in enum:__anon535
/src/tests/lib/libpthread/
t_mtx.c
64
ATF_REQUIRE_EQ(mtx_init(&m, mtx_recursive),
thrd_error
);
local
66
ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain | mtx_timed),
thrd_error
);
local
68
ATF_REQUIRE_EQ(mtx_init(&m, -1),
thrd_error
);
local
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026