Lines Matching defs:result
45 int result = sigaction(sig, &act, &old_act);
46 if (result != 0) {
47 t_error("%s failed: result = %d\n", __func__, result);
55 result = sigismember(&pending_set, i);
56 if (result != 0) {
57 t_error("%s failed: result = %d, i = %d\n", __func__, result, i);
79 result = sigsuspend(&set_without_sig);
80 if (result != -1) {
81 t_error("%s failed: result = %d\n", __func__, result);