Home
last modified time | relevance | path

Searched refs:thrd_create (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_thrd.c44 ATF_TC(thrd_create);
45 ATF_TC_HEAD(thrd_create, tc) in ATF_TC_HEAD() argument
62 ATF_TC_BODY(thrd_create, tc) in ATF_TC_BODY() argument
71 ATF_REQUIRE_EQ(thrd_create(&t, tcr_func, v), thrd_success); in ATF_TC_BODY()
96 ATF_REQUIRE_EQ(thrd_create(&t, tcur_func, NULL), thrd_success); in ATF_TC_BODY()
121 ATF_REQUIRE_EQ(thrd_create(&t, tdet_func, NULL), thrd_success); in ATF_TC_BODY()
152 ATF_REQUIRE_EQ(thrd_create(&t, tex_func, NULL), thrd_success); in ATF_TC_BODY()
229 ATF_TP_ADD_TC(tp, thrd_create); in ATF_TP_ADD_TCS()
H A Dt_call_once.c74 ATF_REQUIRE_EQ(thrd_create(&t[i], co_func, NULL), thrd_success); in ATF_TC_BODY()
H A Dt_tss.c156 ATF_REQUIRE_EQ(thrd_create(&t, t_func, NULL), thrd_success); in ATF_TC_BODY()
H A Dt_cnd.c96 ATF_REQUIRE_EQ(thrd_create(&t[i], b_func, n), thrd_success); in cnd_notify()
/netbsd-src/lib/libpthread/
H A Dthreads.h105 int thrd_create(thrd_t *, thrd_start_t, void *);
H A Dthrd.c66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
H A DMakefile278 MLINKS+= thrd.3 thrd_create.3
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dthreadlib.m4347 dnl glibc >= 2.29 has thrd_create in libpthread.
348 dnl FreeBSD >= 10 has thrd_create in libstdthreads; this library depends
350 dnl glibc >= 2.34, AIX >= 7.1, and Solaris >= 11.4 have thrd_create in
352 AC_CHECK_FUNCS([thrd_create])
356 AC_CHECK_LIB([stdthreads], [thrd_create], [
359 dnl Guess that thrd_create is in libpthread.
496 dnl thread_in_use, we also need to test whether the ISO C 11 thrd_create
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf520 #thrd_create, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf520 #thrd_create, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support674 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg);
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfig.in986 /* Define to 1 if you have the `thrd_create' function. */
H A Dconfigure17779 for ac_func in thrd_create
17809 char thrd_create ();
17813 return thrd_create ();