Lines Matching defs:result
57 int result = sigaction(sig, &act, &old_act);
58 if (result != 0) {
59 t_error("%s failed: result = %d\n", __func__, result);
66 result = sigqueue(getpid(), sig, sigval);
67 if (result != 0) {
68 t_error("%s failed: result = %d\n", __func__, result);
91 int result = sigqueue(getpid(), sig, sigval);
92 if (result == 0) {
93 t_error("%s failed: result = %d\n", __func__, result);