Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread_int.h104 void *pt_exitval; /* Read by pthread_join() */ member
Dpthread.c327 t->pt_exitval = NULL; in pthread__scrubthread()
684 self->pt_exitval = retval; in pthread_exit()
738 *valptr = thread->pt_exitval; in pthread_join()