Searched refs:thrd_create (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/tests/lib/libpthread/ |
H A D | t_thrd.c | 44 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 D | t_call_once.c | 74 ATF_REQUIRE_EQ(thrd_create(&t[i], co_func, NULL), thrd_success); in ATF_TC_BODY()
|
H A D | t_tss.c | 156 ATF_REQUIRE_EQ(thrd_create(&t, t_func, NULL), thrd_success); in ATF_TC_BODY()
|
H A D | t_cnd.c | 96 ATF_REQUIRE_EQ(thrd_create(&t[i], b_func, n), thrd_success); in cnd_notify()
|
/netbsd-src/lib/libpthread/ |
H A D | threads.h | 105 int thrd_create(thrd_t *, thrd_start_t, void *);
|
H A D | thrd.c | 66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
H A D | Makefile | 278 MLINKS+= thrd.3 thrd_create.3
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | threadlib.m4 | 347 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 D | cfns.gperf | 520 #thrd_create, 11 -- C11 threads
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 520 #thrd_create, 11 -- C11 threads
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __threading_support | 674 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg);
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | config.in | 986 /* Define to 1 if you have the `thrd_create' function. */
|
H A D | configure | 17779 for ac_func in thrd_create 17809 char thrd_create (); 17813 return thrd_create ();
|