MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / clear

Method clear

include/hipSYCL/runtime/async_errors.hpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void clear() {
38 std::lock_guard<std::mutex> lock{_lock};
39
40 _errors.clear();
41 }
42
43 template<class F>
44 void for_each_error(F handler) {

Callers 2

pop_each_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected