Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c130 posix_errno= ESRCH; in pthread_join()
131 posix_set_pthread_errno(ESRCH); in pthread_join()
132 return(ESRCH); in pthread_join()
Dpx_pth_getschedparam.c84 return(ESRCH); in pthread_getschedparam()
Dpx_pth_detach.c96 return(ESRCH); in pthread_detach()
Dpx_pth_setschedparam.c90 return(ESRCH); in pthread_setschedparam()
Derrno.h206 #define ESRCH 3 macro
Dpx_pth_kill.c119 posix_errno= ESRCH; in pthread_kill()
120 posix_set_pthread_errno(ESRCH); in pthread_kill()
Dpx_pth_sigmask.c118 posix_set_pthread_errno(ESRCH); in pthread_sigmask()