Home
last modified time | relevance | path

Searched defs:spinlock (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_spinlock.c18 void aos_spin_lock_init(aos_spinlock_t *spinlock) in aos_spin_lock_init()
23 void aos_spin_lock(aos_spinlock_t *spinlock) in aos_spin_lock()
28 void aos_spin_unlock(aos_spinlock_t *spinlock) in aos_spin_unlock()
33 aos_irqsave_t aos_spin_lock_irqsave(aos_spinlock_t *spinlock) in aos_spin_lock_irqsave()
40 void aos_spin_unlock_irqrestore(aos_spinlock_t *spinlock, aos_irqsave_t flag) in aos_spin_unlock_irqrestore()
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dspinlock.h14 typedef struct spinlock { struct
16 pthread_spinlock_t ps; argument
21 #define DEFINE_SPINLOCK(lock) struct spinlock lock = { \ argument
76 typedef struct spinlock { struct
78 aos_spinlock_t as; argument
83 #define DEFINE_SPINLOCK(lock) struct spinlock lock = { \ argument
/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c318 static SDL_SpinLock spinlock = 0; in SDL_ReportAssertion() local

Completed in 5 milliseconds