reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/std_mutex.h
  107 	__throw_system_error(__e);
  262 	  __throw_system_error(int(errc::operation_not_permitted));
  264 	  __throw_system_error(int(errc::resource_deadlock_would_occur));
  276 	  __throw_system_error(int(errc::operation_not_permitted));
  278 	  __throw_system_error(int(errc::resource_deadlock_would_occur));
  291 	    __throw_system_error(int(errc::operation_not_permitted));
  293 	    __throw_system_error(int(errc::resource_deadlock_would_occur));
  306 	    __throw_system_error(int(errc::operation_not_permitted));
  308 	    __throw_system_error(int(errc::resource_deadlock_would_occur));
  320 	  __throw_system_error(int(errc::operation_not_permitted));
usr/include/c++/7.4.0/mutex
  111 	__throw_system_error(__e);
  196 	__throw_system_error(__e);
  256 	__throw_system_error(__e);
  698 	__throw_system_error(__e);
usr/include/c++/7.4.0/shared_mutex
  105 	__throw_system_error(int(errc::resource_deadlock_would_occur));
  142 	__throw_system_error(int(errc::resource_deadlock_would_occur));
  630 	  __throw_system_error(int(errc::resource_deadlock_would_occur));
  664 	  __throw_system_error(int(errc::operation_not_permitted));
  666 	  __throw_system_error(int(errc::resource_deadlock_would_occur));