#include <iris/core/interruptible_spinlock.h>
Public Member Functions | |
InterruptibleSpinlock ()=default | |
void | lock () |
auto | try_lock () -> bool |
void | unlock () |
|
default |
void iris::InterruptibleSpinlock::lock | ( | ) |
auto iris::InterruptibleSpinlock::try_lock | ( | ) | -> bool |
void iris::InterruptibleSpinlock::unlock | ( | ) |