OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrd_success
(Results
1 - 12
of
12
) sorted by relevancy
/src/tests/lib/libpthread/
t_mtx.c
52
ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain),
thrd_success
);
55
ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain | mtx_recursive),
thrd_success
);
58
ATF_REQUIRE_EQ(mtx_init(&m, mtx_timed),
thrd_success
);
61
ATF_REQUIRE_EQ(mtx_init(&m, mtx_timed | mtx_recursive),
thrd_success
);
81
ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain),
thrd_success
);
82
ATF_REQUIRE_EQ(mtx_lock(&m),
thrd_success
);
83
ATF_REQUIRE_EQ(mtx_unlock(&m),
thrd_success
);
86
ATF_REQUIRE_EQ(mtx_init(&m, mtx_timed),
thrd_success
);
87
ATF_REQUIRE_EQ(mtx_lock(&m),
thrd_success
);
88
ATF_REQUIRE_EQ(mtx_unlock(&m),
thrd_success
);
[
all
...]
t_cnd.c
53
ATF_REQUIRE_EQ(cnd_init(&c),
thrd_success
);
70
ATF_REQUIRE_EQ(mtx_lock(&b_m),
thrd_success
);
72
ATF_REQUIRE_EQ(cnd_wait(&b_c, &b_m),
thrd_success
);
74
ATF_REQUIRE_EQ(mtx_unlock(&b_m),
thrd_success
);
77
ATF_REQUIRE_EQ(cnd_signal(&b_c),
thrd_success
);
92
ATF_REQUIRE_EQ(mtx_init(&b_m, mtx_plain),
thrd_success
);
93
ATF_REQUIRE_EQ(cnd_init(&b_c),
thrd_success
);
96
ATF_REQUIRE_EQ(thrd_create(&t[i], b_func, n),
thrd_success
);
99
ATF_REQUIRE_EQ(mtx_lock(&b_m),
thrd_success
);
101
ATF_REQUIRE_EQ(mtx_unlock(&b_m),
thrd_success
);
[
all
...]
t_tss.c
52
ATF_REQUIRE_EQ(tss_create(&s, NULL),
thrd_success
);
70
ATF_REQUIRE_EQ(tss_create(&s, NULL),
thrd_success
);
72
ATF_REQUIRE_EQ(tss_set(s, v),
thrd_success
);
100
ATF_REQUIRE_EQ(tss_create(&s, c_destructor_main),
thrd_success
);
101
ATF_REQUIRE_EQ(tss_set(s, v),
thrd_success
);
142
ATF_REQUIRE_EQ(tss_set(s_nonempty, v),
thrd_success
);
152
thrd_success
);
154
thrd_success
);
156
ATF_REQUIRE_EQ(thrd_create(&t, t_func, NULL),
thrd_success
);
157
ATF_REQUIRE_EQ(thrd_join(t, NULL),
thrd_success
);
[
all
...]
t_call_once.c
74
ATF_REQUIRE_EQ(thrd_create(&t[i], co_func, NULL),
thrd_success
);
78
ATF_REQUIRE_EQ(thrd_join(t[i], NULL),
thrd_success
);
t_thrd.c
71
ATF_REQUIRE_EQ(thrd_create(&t, tcr_func, v),
thrd_success
);
72
ATF_REQUIRE_EQ(thrd_join(t, &b),
thrd_success
);
96
ATF_REQUIRE_EQ(thrd_create(&t, tcur_func, NULL),
thrd_success
);
101
ATF_REQUIRE_EQ(thrd_join(t, NULL),
thrd_success
);
121
ATF_REQUIRE_EQ(thrd_create(&t, tdet_func, NULL),
thrd_success
);
122
ATF_REQUIRE_EQ(thrd_detach(t),
thrd_success
);
152
ATF_REQUIRE_EQ(thrd_create(&t, tex_func, NULL),
thrd_success
);
153
ATF_REQUIRE_EQ(thrd_join(t, &b),
thrd_success
);
t_cancellation.c
65
case
thrd_success
: return "
thrd_success
";
/src/lib/libpthread/
mtx.c
61
return
thrd_success
;
81
return
thrd_success
;
113
return
thrd_success
;
127
return
thrd_success
;
143
return
thrd_success
;
158
return
thrd_success
;
cnd.c
47
return
thrd_success
;
71
return
thrd_success
;
83
return
thrd_success
;
99
return
thrd_success
;
115
return
thrd_success
;
tss.c
47
return
thrd_success
;
74
return
thrd_success
;
thrd.c
83
return
thrd_success
;
110
return
thrd_success
;
143
return
thrd_success
;
threads.h
76
thrd_success
= 0,
enumerator in enum:__anond6ad5d820203
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc
214
__asan::ThreadCreateHook(hook, error !=
thrd_success
);
Completed in 17 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025