Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_find_conflict() - Find the next present entry in a range.*@xas: XArray operation state.* The @xas describes both a range and a position within that range.* Context: Any context. Expects xa_lock to be held.
Proto:void *xas_find_conflict(struct xa_state *xas)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas |
1240 | If xas_error() - Return an errno stored in the xa_state.*@xas: XArray operation state.* Return: 0 if no error has been noted. A negative errno if one has. Then Return NULL |
1243 | If Not xa_node Then Return NULL |
1248 | If Not curr Then Return NULL |
1258 | If Bits remaining in each slot > xa_shift Then Return NULL |
1261 | cycle |
1262 | If Bits remaining in each slot == xa_shift Then |
1265 | Else if xa_offset == XA_CHUNK_MASK Then |
1284 | Return NULL |
Name | Describe |
---|---|
xa_store_many_order |
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 |