Searched refs:value_ptr (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c108 void *value_ptr; local
110 if (pthread_join(thr, &value_ptr) != 0)
113 *res = (intptr_t)value_ptr;
/haiku/headers/posix/
H A Dpthread.h245 extern void pthread_exit(void *value_ptr) __attribute__ ((noreturn));

Completed in 36 milliseconds