Searched refs:new_thread_ID (Results 1 – 1 of 1) sorted by relevance
81 void *arg, long flags, thread_t *new_thread_ID) in thr_create() argument96 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()