Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dptrace_test.c2525 static int got_usr1; variable
2531 got_usr1++; in sigusr1_sempost_handler()
2555 got_usr1 = 0; in ATF_TC_BODY()
2563 CHILD_REQUIRE_EQ(got_usr1, 0); in ATF_TC_BODY()
2572 CHILD_REQUIRE_EQ(got_usr1, 1); in ATF_TC_BODY()
2942 got_usr1 = 0; in ATF_TC_BODY()
2951 CHILD_REQUIRE_EQ(got_usr1, 0); in ATF_TC_BODY()
2960 CHILD_REQUIRE_EQ(got_usr1, 1); in ATF_TC_BODY()
3014 got_usr1 = 0; in ATF_TC_BODY()
3023 CHILD_REQUIRE_EQ(got_usr1, 0); in ATF_TC_BODY()
[all …]