HomeSort by relevance Sort by last modified time
    Searched refs:EBUSY (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/sys/
_errdefs.h 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" )
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" )
  /external/valgrind/unittest/
thread_wrappers_pthread.h 251 CHECK(EBUSY == res);
258 CHECK(EBUSY == res);
  /external/oprofile/module/
oprofile.c 244 return -EBUSY;
386 return -EBUSY;
807 int can = -EBUSY;
  /frameworks/av/media/libstagefright/
CameraSource.cpp 191 if (mCamera == 0) return -EBUSY;
199 if (mCamera == 0) return -EBUSY;
357 return -EBUSY;
  /bionic/libc/bionic/
pthread.c     [all...]
semaphore.c 121 errno = EBUSY;
  /dalvik/vm/
Thread.h 447 assert(cc == 0 || cc == EBUSY);
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 69 #define EBUSY ERROR_BUSY
  /external/dhcpcd/
bpf.c 73 } while (fd == -1 && errno == EBUSY);
  /external/dnsmasq/src/
bpf.c 149 if (errno != EBUSY)
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 334 if (errno == EBUSY)
mkjournal.c 528 retval = EBUSY;
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 118 if (ret && force && errno == EBUSY) {
  /frameworks/wilhelm/src/
locks.c 50 if (EBUSY == ok) {
  /external/valgrind/main/helgrind/
hg_intercepts.c 179 case EBUSY: return "EBUSY: Device or resource busy";
517 // immediately with EBUSY.
542 if (ret != EBUSY)
    [all...]
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 69 public static final int EBUSY = placeholder();
503 if (errno == EBUSY) {
504 return "EBUSY";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 69 public static final int EBUSY = placeholder();
504 if (errno == EBUSY) {
505 return "EBUSY";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 296 result = EBUSY; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 296 result = EBUSY; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 296 result = EBUSY; \
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 294 (errno != EBUSY)) {
307 case EBUSY:

Completed in 1743 milliseconds

1 2 3 4 56 7 8