Searched refs:pthread_exit (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2207 void pthread_exit() {} function
H A Dlibroot_stubs.c2228 void pthread_exit() {} function
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp46 pthread_exit(thread->entry(thread->entry_argument));
221 pthread_exit(void* value) function
H A Dpthread_cancel.cpp20 pthread_exit(PTHREAD_CANCELED);
36 pthread_exit(PTHREAD_CANCELED);
129 pthread_exit(NULL);
/haiku/headers/posix/
H A Dpthread.h245 extern void pthread_exit(void *value_ptr) __attribute__ ((noreturn));
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c102 pthread_exit((void *)(intptr_t)res);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_attr_stack_test.cpp15 pthread_exit(0);

Completed in 78 milliseconds