Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/head/
H A Dthread.h81 void *arg, long flags, thread_t *new_thread_ID) in thr_create() argument
96 if (new_thread_ID == NULL) in thr_create()
97 new_thread_ID = &dummy; in thr_create()
101 ret = pthread_create(new_thread_ID, &attr, start_func, arg); in thr_create()