PIP 5.6.1
Platform-Independent Primitives
Classes
pispinlock.h File Reference

Spinlock with busy waiting. More...

#include "piinit.h"
#include <atomic>

Classes

class  PISpinlock
 Lock based on atomic spinning for very short critical sections. More...
 
class  PISpinlockLocker
 Scope guard that locks a PISpinlock in constructor and unlocks it in destructor. More...
 

Detailed Description

Spinlock with busy waiting.