Searched refs:EDEADLK (Results 1 – 4 of 4) sorted by relevance
91 posix_errno = EDEADLK; in pthread_mutex_timedlock()92 posix_set_pthread_errno(EDEADLK); in pthread_mutex_timedlock()93 return (EDEADLK); in pthread_mutex_timedlock()
110 posix_errno= EDEADLK; in pthread_join()111 posix_set_pthread_errno(EDEADLK); in pthread_join()112 return(EDEADLK); in pthread_join()
84 posix_errno = EDEADLK; in pthread_mutex_lock()86 return (EDEADLK); in pthread_mutex_lock()
91 #define EDEADLK 3333 macro