Searched defs:thr_create (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/head/
H A Dthread.h80 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), function
/netbsd-current/lib/libc/include/
H A Dreentrant.h218 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro

Completed in 104 milliseconds