| 112 | _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER}; |
| 113 | |
| 114 | constexpr __sp_mut::__sp_mut(void* p) noexcept : __lx_(p) {} |
| 115 | |
| 116 | void __sp_mut::lock() noexcept { |
| 117 | auto m = static_cast<__libcpp_mutex_t*>(__lx_); |
nothing calls this directly
no outgoing calls
no test coverage detected