Lines Matching refs:thrd_error
73 return ret == 0 ? thrd_success : thrd_error;
97 return pthread_mutex_lock(mtx) == 0 ? thrd_success : thrd_error;
106 return thrd_error;
131 return pthread_mutex_unlock(mtx) == 0 ? thrd_success : thrd_error;;
153 return thrd_error;
160 return thrd_error;
165 return pthread_cond_init(cond, NULL) == 0 ? thrd_success : thrd_error;
201 return thrd_error;
207 return pthread_cond_signal(cond) == 0 ? thrd_success : thrd_error;
226 return thrd_error;
232 return pthread_cond_signal(cond) == 0 ? thrd_success : thrd_error;
259 return thrd_error;
274 return thrd_error;
290 return pthread_cond_wait(cond, mtx) == 0 ? thrd_success : thrd_error;
305 return thrd_error;
313 return ret == 0 ? thrd_success : thrd_error;
387 return thrd_error;
406 return thrd_error;
437 return thrd_error;
450 return thrd_error;
527 return thrd_error;
532 return thrd_error;
537 return thrd_error;
566 return thrd_error;
571 return thrd_error;