Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_exit.c89 posix_destroy_pthread(pthread_ptr,value_ptr); in pthread_exit()
Dpx_pth_testcancel.c89 posix_destroy_pthread(pthread_ptr,(VOID *)0); in pthread_testcancel()
Dpx_pth_cancel.c109 posix_destroy_pthread(pthread_ptr,(VOID *)0); in pthread_cancel()
Dpx_internal_signal_dispatch.c163 posix_destroy_pthread(signal_thread,(VOID *) 0); in internal_signal_dispatch()
Dpx_int.h200 VOID posix_destroy_pthread(POSIX_TCB *pthread_ptr, VOID *value_ptr);
Dreadme_release_history.txt26 calling posix_reset_pthread after posix_destroy_pthread()
Dpx_pth_init.c712 VOID posix_destroy_pthread(POSIX_TCB *pthread_ptr, VOID *value_ptr) in posix_destroy_pthread() function