| 219 | const target_lock* target_lock_stack = nullptr; |
| 220 | |
| 221 | const target_lock* target_lock:: |
| 222 | stack () noexcept |
| 223 | { |
| 224 | return target_lock_stack; |
| 225 | } |
| 226 | |
| 227 | const target_lock* target_lock:: |
| 228 | stack (const target_lock* s) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected