Go to the source code of this file.
Typedefs | |
typedef _Spinlock * | Spinlock |
Functions | |
ErrorCode | spinlockCreate (Spinlock *spin) |
ErrorCode | spinlockDestroy (Spinlock *spin) |
ErrorCode | spinlockLock (Spinlock spin, Timeout timeout) |
ErrorCode | spinlockUnlock (Spinlock spin) |