Searched refs:signaled (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/tests/vm/ |
| H A D | entitlement_increased_memory_limit.c | 99 bool signaled; in resume_child_and_verify_exit() local 113 signaled = WIFSIGNALED(status); in resume_child_and_verify_exit() 114 T_ASSERT_FALSE(signaled, "Child exited cleanly"); in resume_child_and_verify_exit()
|
| /xnu-8796.141.3/tests/ |
| H A D | stackshot_tests.m | 561 …T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled… 677 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 743 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 841 // Parent took a timestamp then signaled us: exec into the next process 852 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp"); 861 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 906 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 1883 * can_continue indicates the client has signaled us, but we want to make 1947 * can_continue indicates the client has signaled us, but we want to make
|
| /xnu-8796.141.3/iokit/DriverKit/ |
| H A D | IOEventLink.iig | 171 …* @discussion The event link must be activated before it can be signaled or waited on. This is no…
|