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