Lines Matching refs:result
66 int result = semtimedop(id, ops, sizeof(ops) / sizeof(struct sembuf), &ts);
67 if (result != -1) {
68 t_error("%s failed: result = %d\n", __func__, result);
97 int result = semtimedop(-1, NULL, -1, NULL);
98 if (result == 0) {
99 t_error("%s failed: result = %d\n", __func__, result);
115 int result = __semtimedop_time64(-1, NULL, -1, NULL);
116 if (result == 0) {
117 t_error("%s failed: result = %d\n", __func__, result);