Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c394 static void posix_thread_finalize(struct posix_thread *t, void *retval) in posix_thread_finalize() function
440 posix_thread_finalize(t, fun_ptr(arg1)); in zephyr_thread_wrapper()
645 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_setcancelstate()
707 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_testcancel()
743 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_cancel()
912 posix_thread_finalize(self, retval); in pthread_exit()