MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / write_memory_barrier

Function write_memory_barrier

src/hx/Debugger.cpp:74–77  ·  view source on GitHub ↗

These should implement write and read memory barrier, but since there are no obvious portable implementations, they are currently left unimplemented

Source from the content-addressed store, hash-verified

72// These should implement write and read memory barrier, but since there are
73// no obvious portable implementations, they are currently left unimplemented
74static void write_memory_barrier()
75{
76 // currently unimplemented
77}
78
79static void read_memory_barrier()
80{

Callers 3

AddMethod · 0.85
DeleteAllMethod · 0.85
DeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected