HomeSort by relevance Sort by last modified time
    Searched refs:EDEADLOCK_PORTABLE (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 52 #define EDEADLOCK_PORTABLE EDEADLK_PORTABLE
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 55 case EDEADLOCK: return EDEADLOCK_PORTABLE;
158 case EDEADLOCK_PORTABLE: return EDEADLOCK;

Completed in 32 milliseconds