Searched defs:SpinLock (Results 1 – 1 of 1) sorted by relevance
13 shared struct SpinLock struct16 enum Contention : ubyte24 this(Contention contention) in this()29 void lock() in lock()45 void unlock() in unlock()51 void yield(size_t k) in yield()81 this(SpinLock.Contention contention) @trusted @nogc nothrow argument