pub unsafe fn all_memory_barrier()
Expand description

Blocks execution of all threads in a group until all memory accesses have been completed.

This is an exact implementation of AllMemoryBarrier().

From https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/allmemorybarrier