Lines Matching refs:__throw_system_error
204 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
206 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
216 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
218 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
229 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
231 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
242 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
244 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
254 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
483 __throw_system_error(EPERM,
502 __throw_system_error(__ec, "condition_variable timed_wait failed");