Home | History | Annotate | Download | only in test

Lines Matching full:barrier

1065       // We need to put up a memory barrier to prevent reads and writes to
1069 // On POSIX, locking a mutex puts up a memory barrier. We cannot use
1070 // Mutex and MutexLock here or rely on their memory barrier
1082 // On Windows, performing an interlocked access puts up a memory barrier.
1088 # error "Memory barrier not implemented on this platform."