#include <ubixos/types.h>
Go to the source code of this file.
Defines | |
#define | SPIN_LOCK_INITIALIZER 0 |
Typedefs | |
typedef volatile int | spinLock_t |
Functions | |
void | spinLockInit (spinLock_t *) |
void | spinUnlock (spinLock_t *) |
int | spinTryLock (spinLock_t *) |
void | spinLock (spinLock_t *) |
int | spinLockLocked (spinLock_t *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|