60 #include <kApi/Threads/kLock.x.h>
kStatus kLock_Enter(kLock lock)
Blocks until exclusive ownership of the lock is acquired.
Abstract base class for memory allocator types.
Represents a recursive mutual exclusion lock.
Core Zen type declarations.
kStatus kLock_Exit(kLock lock)
Relinquishes ownership of the lock.
Represents an error code.
kStatus kLock_Construct(kLock *lock, kAlloc allocator)
Constructs a lock object.