| 147 | } |
| 148 | |
| 149 | SyncBarrier::SyncBarrier(const SyncExecScope& src_exec, const SyncExecScope& dst_exec) |
| 150 | : src_exec_scope(src_exec), dst_exec_scope(dst_exec) {} |
| 151 | |
| 152 | SyncBarrier::SyncBarrier(const SyncExecScope& src_exec, const SyncExecScope& dst_exec, const SyncBarrier::AllAccess&) |
| 153 | : src_exec_scope(src_exec), |
nothing calls this directly
no test coverage detected