Home | History | Annotate | Download | only in tests-m32

Lines Matching defs:sig_dfl

52 	static const uintptr_t sig_dfl = (uintptr_t) SIG_DFL;
55 static const struct sigaction act = { .sa_handler = SIG_DFL };
71 } else if (rc != (long) sig_dfl) {
74 printf("signal(SIGUSR1, SIG_IGN) = %#lx (SIG_DFL)\n", rc);
89 rc = k_signal(SIGUSR1, sig_dfl);
92 printf("signal(SIGUSR1, SIG_DFL) = %s\n", sprintrc(rc));
94 error_msg_and_fail("signal(SIGUSR1, SIG_DFL) = %#lx\n", rc);
96 printf("signal(SIGUSR1, SIG_DFL) = %#lx (SIG_IGN)\n", rc);
105 } else if (rc != (long) sig_dfl) {
109 printf("signal(SIGUSR1, %#llx) = %#lx (SIG_DFL)\n",