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