Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c468 static void posix_thread_finalize(struct posix_thread *t, void *retval) in posix_thread_finalize() function
534 posix_thread_finalize(t, fun_ptr(arg1)); in zephyr_thread_wrapper()
749 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_setcancelstate()
813 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_testcancel()
850 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_cancel()
1065 posix_thread_finalize(self, retval); in pthread_exit()