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_create
(Results
1 - 10
of
10
) sorted by relevancy
/src/tests/lib/libpthread/
t_thrd.c
44
ATF_TC(
thrd_create
);
variable
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
Makefile
296
MLINKS+= thrd.3
thrd_create
.3
/src/external/gpl3/gdb/dist/gnulib/
configure
17779
for ac_func in
thrd_create
17781
ac_fn_c_check_func "$LINENO" "
thrd_create
" "ac_cv_func_thrd_create"
17793
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
thrd_create
in -lstdthreads" >&5
17794
$as_echo_n "checking for
thrd_create
in -lstdthreads... " >&6; }
17809
char
thrd_create
();
17813
return
thrd_create
();
/src/external/gpl3/gdb.old/dist/gnulib/
configure
17779
for ac_func in
thrd_create
17781
ac_fn_c_check_func "$LINENO" "
thrd_create
" "ac_cv_func_thrd_create"
17793
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
thrd_create
in -lstdthreads" >&5
17794
$as_echo_n "checking for
thrd_create
in -lstdthreads... " >&6; }
17809
char
thrd_create
();
17813
return
thrd_create
();
Completed in 59 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026