Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c129 posix_errno= ESRCH; in pthread_join()
130 posix_set_pthread_errno(ESRCH); in pthread_join()
131 return(ESRCH); in pthread_join()
Dpx_pth_getschedparam.c83 return(ESRCH); in pthread_getschedparam()
Dpx_pth_detach.c95 return(ESRCH); in pthread_detach()
Dpx_pth_setschedparam.c89 return(ESRCH); in pthread_setschedparam()
Derrno.h205 #define ESRCH 3 macro
Dpx_pth_kill.c118 posix_errno= ESRCH; in pthread_kill()
119 posix_set_pthread_errno(ESRCH); in pthread_kill()
Dpx_pth_sigmask.c117 posix_set_pthread_errno(ESRCH); in pthread_sigmask()