Home
last modified time | relevance | path

Searched refs:spinlock_t (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_mutex.h16 typedef struct net_mutex spinlock_t; typedef
53 static __INLINE unsigned int spin_lock_irqsave(spinlock_t *lock, unsigned long * cpu_sr) in spin_lock_irqsave()
62 static __INLINE void spin_unlock_irqrestore(spinlock_t *lock, unsigned long cpu_sr) in spin_unlock_irqrestore()
69 static __INLINE void spin_lock_init(spinlock_t* lock) in spin_lock_init()
96 static __INLINE void spin_lock_destroy(spinlock_t* lock) in spin_lock_destroy()
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dspinlock.h17 } spinlock_t; typedef
79 } spinlock_t; typedef
132 typedef spinlock_t raw_spinlock_t;
A Dmutex.h24 spinlock_t s;
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/
A Du_driver.h30 spinlock_t lock;
A Du_bus.h22 spinlock_t lock;
A Du_device.h34 spinlock_t lock;
/AliOS-Things-master/components/drivers/core/base/core/
A Du_bus.c32 static spinlock_t g_bus_list_lock;

Completed in 14 milliseconds