Home
last modified time | relevance | path

Searched refs:EDEADLOCK_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h52 #define EDEADLOCK_PORTABLE EDEADLK_PORTABLE macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c55 case EDEADLOCK: return EDEADLOCK_PORTABLE; in errno_ntop()
158 case EDEADLOCK_PORTABLE: return EDEADLOCK; in errno_pton()