Go to the source code of this file.
Defines | |
#define | __SIMPLELOCK_LOCKED 1 |
#define | __SIMPLELOCK_UNLOCKED 0 |
Typedefs | |
typedef __volatile int | __cpu_simple_lock_t |
Functions | |
static __inline void | __cpu_simple_lock_init (__cpu_simple_lock_t *) __attribute__((__unused__)) |
static __inline void | __cpu_simple_lock (__cpu_simple_lock_t *) __attribute__((__unused__)) |
static __inline int | __cpu_simple_lock_try (__cpu_simple_lock_t *) __attribute__((__unused__)) |
static __inline void | __cpu_simple_unlock (__cpu_simple_lock_t *) __attribute__((__unused__)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|