MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / spin_unlock

Function spin_unlock

components/drivers/block/blk_dev.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38rt_inline void spin_unlock(struct rt_spinlock *spinlock)
39{
40 rt_hw_spin_unlock(&spinlock->lock);
41}
42
43rt_err_t blk_dev_initialize(struct rt_blk_device *blk);
44rt_err_t disk_add_blk_dev(struct rt_blk_disk *disk, struct rt_blk_device *blk);

Callers 4

blk_controlFunction · 0.70
disk_add_blk_devFunction · 0.70
disk_remove_blk_devFunction · 0.70

Calls 1

rt_hw_spin_unlockFunction · 0.50

Tested by

no test coverage detected