OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrd_create
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libpthread/
t_thrd.c
44
ATF_TC(
thrd_create
);
45
ATF_TC_HEAD(
thrd_create
, tc)
47
atf_tc_set_md_var(tc, "descr", "Test C11
thrd_create
(3)");
62
ATF_TC_BODY(
thrd_create
, tc)
71
ATF_REQUIRE_EQ(
thrd_create
(&t, tcr_func, v), thrd_success);
96
ATF_REQUIRE_EQ(
thrd_create
(&t, tcur_func, NULL), thrd_success);
121
ATF_REQUIRE_EQ(
thrd_create
(&t, tdet_func, NULL), thrd_success);
152
ATF_REQUIRE_EQ(
thrd_create
(&t, tex_func, NULL), thrd_success);
229
ATF_TP_ADD_TC(tp,
thrd_create
);
t_call_once.c
74
ATF_REQUIRE_EQ(
thrd_create
(&t[i], co_func, NULL), thrd_success);
t_cnd.c
96
ATF_REQUIRE_EQ(
thrd_create
(&t[i], b_func, n), thrd_success);
t_tss.c
156
ATF_REQUIRE_EQ(
thrd_create
(&t, t_func, NULL), thrd_success);
t_cancellation.c
825
RT(
thrd_create
(&t, &emptythrd, NULL));
/src/lib/libpthread/
threads.h
105
int
thrd_create
(thrd_t *, thrd_start_t, void *);
thrd.c
66
thrd_create
(thrd_t *thr, thrd_start_t func, void *arg)
function in typeref:typename:int
Makefile
280
MLINKS+= thrd.3
thrd_create
.3
Completed in 147 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025