Home
last modified time | relevance | path

Searched refs:expected_mask (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/tests/sys/
H A Dcpuset_test.c551 try_attach_child(int jid, cpuset_t *expected_mask) in try_attach_child() argument
561 if (expected_mask == NULL) in try_attach_child()
571 if (CPU_CMP(expected_mask, &mask) != 0) in try_attach_child()
578 try_attach(int jid, cpuset_t *expected_mask) in try_attach() argument
584 ATF_REQUIRE(expected_mask != NULL); in try_attach()
587 _exit(try_attach_child(jid, expected_mask)); in try_attach()