MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / VolatileWrite

Method VolatileWrite

tests/relacy/relacy/relacy/cli.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 template<typename T>
39 static void VolatileWrite(generic_atomic<T, true>& v, T x, debug_info_param info)
40 {
41 v.store(x, mo_release, info);
42 }
43
44 static void SpinWait(int iterations, debug_info_param info)
45 {

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected