HomeSort by relevance Sort by last modified time
    Searched refs:__WNOTHREAD (Results 101 - 103 of 103) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
wait.h 22 #define __WNOTHREAD 0x20000000
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
wait.h 22 #define __WNOTHREAD 0x20000000
  /system/core/debuggerd/
debuggerd_test.cpp 572 rc = waitpid(-1, &status, WNOHANG | __WALL | __WNOTHREAD);
580 rc = waitpid(-1, &status, __WALL | __WNOTHREAD);

Completed in 282 milliseconds

1 2 3 45