| 8 | { |
| 9 | |
| 10 | std::shared_ptr<TrinityALImpl::Tr2FenceAL> NullFence() |
| 11 | { |
| 12 | static std::shared_ptr<TrinityALImpl::Tr2FenceAL> nullFence = std::make_shared<TrinityALImpl::Tr2FenceAL>(); |
| 13 | return nullFence; |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | Tr2FenceAL::Tr2FenceAL() : |
no outgoing calls
no test coverage detected