Include file:
#include "mcrl2/utilities/spinlock.h
mcrl2::utilities::
::
spinlock
Implements a very simple spinlock.
mcrl2::utilities::spinlock::
m_flag
lock
Busy waits until the lock is unlocked.
try_lock
Tries to lock the spinlock, but also returns immediately.
Returns: Whether the lock was acquired succesfully.
unlock
Frees the lock.
mcrl2::utilities::shared_reference_counted
mcrl2::utilities::stack_array