Lines Matching refs:errc
96 errc(1, r, "pthread_mutex_lock");
99 errc(1, r, "pthread_cond_signal");
101 errc(1, r, "pthread_mutex_unlock");
120 errc(1, r, "pthread_mutex_lock");
123 errc(1, r, "pthread_cond_wait");
126 errc(1, r, "pthread_mutex_unlock");
154 errc(1, r, "pthread_mutex_init");
156 errc(1, r, "pthread_cond_init");
159 errc(1, r, "pthread_create()");
161 errc(1, r, "pthread_create()");
164 errc(1, r, "pthread_join(%d)", 0);
166 errc(1, r, "pthread_join(%d)", 1);
168 errc(1, r, "pthread_mutex_destroy");
170 errc(1, r, "pthread_cond_destroy)");