RTL_BARRIER_FLAGS_SPIN_ONLY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
// begin_rev

#define RTL_BARRIER_FLAGS_SPIN_ONLY 0x00000001 // never block on event - always spin

// end_rev
#endif

View code on GitHub

No description available.