Searched refs:ECANCELED (Results 1 – 2 of 2) sorted by relevance
102 posix_errno = ECANCELED; in pthread_join()103 posix_set_pthread_errno(ECANCELED); in pthread_join()104 return(ECANCELED); in pthread_join()
81 #define ECANCELED 206 macro