Function report |
Source Code:lib\sbitmap.c |
Create Date:2022-07-28 07:22:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:See if we have deferred clears that we can batch move
Proto:static inline bool sbitmap_deferred_clear(struct sbitmap *sb, int index)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct sbitmap * | sb | |
int | index |
18 | bool ret = false |
23 | If Not @cleared: word holding cleared bits Then Go to out_unlock |
29 | mask = xchg( & @cleared: word holding cleared bits, 0) |
34 | Do |
38 | ret = true |
39 | out_unlock : |
41 | Return ret |
Name | Describe |
---|---|
sbitmap_resize | |
sbitmap_find_bit_in_index | |
sbitmap_get_shallow |
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 |