Searched refs:EDEADLK (Results 1 – 4 of 4) sorted by relevance
92 posix_errno = EDEADLK; in pthread_mutex_timedlock()93 posix_set_pthread_errno(EDEADLK); in pthread_mutex_timedlock()94 return (EDEADLK); in pthread_mutex_timedlock()
111 posix_errno= EDEADLK; in pthread_join()112 posix_set_pthread_errno(EDEADLK); in pthread_join()113 return(EDEADLK); in pthread_join()
85 posix_errno = EDEADLK; in pthread_mutex_lock()87 return (EDEADLK); in pthread_mutex_lock()
92 #define EDEADLK 3333 macro