Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c56 thread_t newtid; in thread_create() local
75 rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid); in thread_create()
79 return ((void *)(uintptr_t)newtid); in thread_create()