Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dthreads.h53 typedef int (*thrd_start_t)(void *); typedef
85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg29 type | thrd_start_t | threads.h | -ALL +C11
120 thrd_t *; thrd_start_t; void * |\
/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()