MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __sp_mut

Method __sp_mut

system/lib/libcxx/src/memory.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER, _LIBCPP_MUTEX_INITIALIZER};
113
114constexpr __sp_mut::__sp_mut(void* p) noexcept : __lx_(p) {}
115
116void __sp_mut::lock() noexcept {
117 auto m = static_cast<__libcpp_mutex_t*>(__lx_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected