Lines Matching full:delivered
7 * Test describing a clear distinction between signal states - delivered and
13 * action. At that point, the signal will be delivered.
27 * program, it will be considered "delivered", since we will act on the
30 * delivered immediately upon termination of the handler.
34 * be delivered just once.
53 * USR2 is blocked; can be delivered neither here, nor after in handler_verify_ucontext()
66 * 3. SEGV was delivered on returning from handler_usr. in handler_segv()
69 ksft_test_result_pass("SEGV delivered\n"); in handler_segv()
86 /* SEGV blocked during handler execution, delivered on return */ in handler_usr()
94 * delivered on return, leading to recursion in handler_usr()
102 /* Raise USR1 again; only one instance must be delivered upon exit */ in handler_usr()