Lines Matching defs:ret
95 int ret;
97 ret = futex_lock_pi(w->futex, NULL, futex_flag);
99 if (ret) { /* handle lock acquisition */
102 w->tid, w->futex, ret);
110 ret = futex_unlock_pi(w->futex, futex_flag);
111 if (ret && !params.silent)
113 w->tid, w->futex, ret);
166 int ret = 0;
222 ret = pthread_join(worker[i].thread, NULL);
223 if (ret)
249 return ret;