Lines Matching refs:thrd_error
49 thrd_error enumerator
89 return thrd_error; in thrd_create()
93 return thrd_error; in thrd_create()
101 return thrd_error; in thrd_create()
113 return thrd_error; in thrd_join()
117 return thrd_error; in thrd_join()
140 return thrd_error; in mtx_init()
144 return thrd_error; in mtx_init()
160 return thrd_error; in mtx_lock()
164 return thrd_error; in mtx_lock()
174 return thrd_error; in mtx_unlock()
178 return thrd_error; in mtx_unlock()
194 return thrd_error; in cnd_init()
198 return thrd_error; in cnd_init()
208 return thrd_error; in cnd_destroy()
212 return thrd_error; in cnd_destroy()
222 return thrd_error; in cnd_signal()
226 return thrd_error; in cnd_signal()
236 return thrd_error; in cnd_broadcast()
240 return thrd_error; in cnd_broadcast()
250 return thrd_error; in cnd_wait()
254 return thrd_error; in cnd_wait()