HomeSort by relevance Sort by last modified time
    Searched refs:ESRCH (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
errno-base.h 24 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
errno-base.h 24 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
errno-base.h 24 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
errno-base.h 24 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
errno-base.h 24 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
errno-base.h 17 #define ESRCH 3
  /bionic/libc/bionic/
pthread_join.cpp 41 return ESRCH;
  /external/c-ares/
ares_setup.h 163 # define ESRCH 3
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 96 no_such_process = ESRCH,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 96 no_such_process = ESRCH,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 27 #define ESRCH 3
  /system/core/libcutils/
sched_policy.c 100 if (errno == ESRCH)
317 if (errno != ESRCH && errno != ENOENT)
323 if (errno != ESRCH && errno != ENOENT)
408 if (errno != ESRCH && errno != ENOENT)
414 if (errno != ESRCH && errno != ENOENT)
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 218 return -ESRCH;
265 return -ESRCH;
334 return -ESRCH;
375 return -ESRCH;
400 return -ESRCH;
432 return -ESRCH;
465 return -ESRCH;
497 return -ESRCH;
528 return -ESRCH;
563 return -ESRCH;
    [all...]
  /system/core/libbacktrace/
BacktraceCurrent.cpp 152 if (errno == ESRCH) {
199 if (tgkill(Pid(), Tid(), 0) == -1 && errno == ESRCH) {
  /external/toybox/toys/lsb/
killall.c 91 for (i=0; i<toys.optc; i++) TT.err[i] = ESRCH;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
test_proxies.py 66 if e.errno == errno.ESRCH:
  /external/tlsdate/src/events/
sigchld.c 107 if (errno == ESRCH)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 110 no_such_process = ESRCH,

Completed in 486 milliseconds

1 23 4 5 6 7 8 910