Lines Matching refs:stat

318 	int stat;  in workloop_cb_test_intransit()  local
342 waitpid(pid, &stat, 0); in workloop_cb_test_intransit()
346 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_intransit()
347 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_intransit()
355 int stat; in workloop_cb_test_knote_kill() local
376 waitpid(pid, &stat, 0); in workloop_cb_test_knote_kill()
380 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_knote_kill()
381 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_knote_kill()
389 int stat; in workloop_cb_test_sync_bootstrap() local
420 waitpid(pid, &stat, 0); in workloop_cb_test_sync_bootstrap()
426 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_sync_bootstrap()
427 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_sync_bootstrap()
478 int stat; variable
483 waitpid(pid, &stat, 0);
485 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
486 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn did not properly boost main thread");
501 int stat; variable
506 waitpid(pid, &stat, 0);
508 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
509 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn/exec did not properly boost main thread");
524 int stat; variable
529 waitpid(pid, &stat, 0);
531 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
532 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn set exec did not properly boost main thread");
547 int stat; variable
552 waitpid(pid, &stat, 0);
554 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
555 …T_EXPECT_EQ(WEXITSTATUS(stat), EINVAL, "spawn set exec did not error out when watchports were pass…
602 int stat; variable
614 waitpid(pid, &stat, 0);
616 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
617 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
633 int stat; variable
642 waitpid(pid, &stat, 0);
644 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
645 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
660 int stat; variable
671 waitpid(pid, &stat, 0);
673 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
674 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port copyin");
689 int stat; variable
707 waitpid(pid, &stat, 0);
709 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
710 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with multiple ports");