Lines Matching refs:we
93 #define TEST_STACKSHOT_QUEUE_LABEL "houston.we.had.a.problem"
654 /* First kill the child so we can reap it */
772 …/* sleep for a bit in the hope of ensuring that the other thread has called the sysctl before we s…
834 * This will mark the test as failed but let it continue so we
854 /* First unwedge the child so we can reap it */
1038 dispatch_semaphore_t child_ready_sem; /* signal parent we're ready */
1052 /* Tell the main thread we're all set up, then wait for permission to exit */
1055 usleep(1); /* make sure we don't tailcall semaphore_wait */
1472 T_ASSERT_FALSE(seen_page_table_snapshot, "check that we haven't yet seen a page table snapshot");
1512 T_ASSERT_TRUE(nonzero_tte, "check that we saw at least one non-empty TTE");
1517 T_ASSERT_FALSE(seen_asid, "check that we haven't yet seen an ASID");
1522 T_ASSERT_TRUE(seen_page_table_snapshot, "check that we have seen a page table snapshot");
1523 T_ASSERT_TRUE(seen_asid, "check that we have seen an ASID");
1831 /* wait on the reply from the parent (that we will never receive) */
1886 …* in a port and we check which task has that receive right and use that info. (rdar://60…
1933 * can_continue indicates the client has signaled us, but we want to make
1997 * can_continue indicates the client has signaled us, but we want to make
2014 // drop the message on the ground, we'll kill the client later
2328 * Make sure we're not in a release kernel
2361 /* Check nperflevels to see if we're on an AMP system */
2703 T_ASSERT_TRUE(seen_thread_group_snapshot, "check that we have seen a thread group snapshot");
2927 /* we are dealing with a compressed buffer */
3073 * Having processed the container, we now only check it
3165 * we get here, then we have found the shared cache UUID
3271 /* we found something that is blocking the correct threadid */
3452 * check_shared_cache_uuid() asserts on failure, so we must have
3488 …/* If we're in the system shared region, and the child has a different address, child must have an…
3555 …/* If the task counts below check out, we can be sure that the per-cpu reported thread counts are …