Function report |
Source Code:lib\dec_and_lock.c |
Create Date:2022-07-28 06:15:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_atomic_dec_and_lock_irqsave
Proto:int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock, unsigned long *flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
atomic_t * | atomic | |
spinlock_t * | lock | |
unsigned long * | flags |
45 | spin_lock_irqsave(lock, * flags) |
46 | If atomic_dec_and_test(atomic) Then Return 1 |
48 | spin_unlock_irqrestore(lock, * flags) |
49 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |