| 101 | /// bsl::errc_failure otherwise |
| 102 | /// |
| 103 | extern "C" [[nodiscard]] auto |
| 104 | dispatch_esr_trampoline(tls_t *const pmut_tls) noexcept -> bsl::errc_type |
| 105 | { |
| 106 | bsl::expects(nullptr != pmut_tls); |
| 107 | return dispatch_esr(*pmut_tls, g_mut_intrinsic); |
| 108 | } |
| 109 | |
| 110 | /// <!-- description --> |
| 111 | /// @brief remove me |
nothing calls this directly
no test coverage detected