Lines Matching defs:code
330 // other area of siginfo_t is not supported yet, test code deleted
331 LOG("child exited with code=%d", exitCode);
380 LOG("child exited with code=%d", exitCode);
417 LOG("child exiting with code=%d", exitCode);
501 * so the interrupted-check-code will run only when 'POSIX_TEST' is set
537 LOG("child exited with code=%d", exitCode);
573 // other area of siginfo_t is not supported yet, test code deleted
574 LOG("child exited with code=%d", exitCode);
631 LOG("child exited with code=%d", exitCode);
1248 LOG("sub thread exited failed, code=%d", c);
1318 int code = (int)((uintptr_t)threadExitCode);
1319 EXPECT_EQ(code, 0);