Lines Matching refs:ret
10 int ret;16 if (c->ret<0) return;17 int ret = __syscall(SYS_setgroups, c->count, c->list);18 if (ret && !c->ret) {26 c->ret = ret;31 /* ret is initially nonzero so that failure of the first thread does not33 struct ctx c = { .count = count, .list = list, .ret = 1 };35 return __syscall_ret(c.ret);