13 #ifndef THRILL_COMMON_THREAD_BARRIER_HEADER 14 #define THRILL_COMMON_THREAD_BARRIER_HEADER 23 #if THRILL_HAVE_THREAD_SANITIZER 32 #endif // !THRILL_COMMON_THREAD_BARRIER_HEADER
Implements a thread barrier using mutex locking and condition variables that can be used to synchroni...
Implements a thread barrier using atomics and a spin lock that can be used to synchronize threads...
tlx::ThreadBarrierSpin ThreadBarrier