OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tss_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
tss.c
70
tss_set
(tss_t key, void *val)
function
/src/tests/lib/libpthread/
t_tss.c
56
ATF_TC(
tss_set
);
variable
57
ATF_TC_HEAD(
tss_set
, tc)
59
atf_tc_set_md_var(tc, "descr", "Test C11
tss_set
(3)");
62
ATF_TC_BODY(
tss_set
, tc)
72
ATF_REQUIRE_EQ(
tss_set
(s, v), thrd_success);
101
ATF_REQUIRE_EQ(
tss_set
(s, v), thrd_success);
122
tss_set
(s_empty, arg);
130
tss_set
(s_nonempty, arg);
142
ATF_REQUIRE_EQ(
tss_set
(s_nonempty, v), thrd_success);
169
ATF_TP_ADD_TC(tp,
tss_set
);
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026