Searched refs:newtid (Results 1 – 1 of 1) sorted by relevance
53 thread_t newtid; in thread_create() local72 rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid); in thread_create()76 return ((void *)(uintptr_t)newtid); in thread_create()