class CCL::Threading::SpinLock

Userspace spin lock.

#include <threadsync.h>

class SpinLock
{
public:
    // methods

    bool tryLock ();
    void lock ();
    void unlock ();
};