Home
last modified time | relevance | path

Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dthreads.h63 typedef int (*thrd_start_t) (void *); typedef
105 int thrd_create(thrd_t *, thrd_start_t, void *);
H A Dthrd.c44 thrd_start_t func;
66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
/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);