Searched refs:WIFEXITED (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/java.base/unix/native/libjava/
H A DProcessHandleImpl_unix.c117 #ifndef WIFEXITED
118 #define WIFEXITED(status) (((status)&0xFF) == 0) macro
254 if (WIFEXITED(status)) {
H A DProcessImpl_md.c213 #ifndef WIFEXITED
214 #define WIFEXITED(status) (((status)&0xFF) == 0) macro
/openjdk10/test/fmw/gtest/src/
H A Dgtest-death-test.cc160 return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_;
191 if (WIFEXITED(exit_code)) {
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3987 if (WIFEXITED(status)) {
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.cpp4278 if (WIFEXITED(status)) {
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5369 if (WIFEXITED(status)) {
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5531 if (WIFEXITED(status)) {

Completed in 219 milliseconds