Function report |
Source Code:ipc\sem.c |
Create Date:2022-07-28 16:45:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lookup_undo
Proto:static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid)
Type:struct sem_undo
Parameter:
Type | Parameter | Name |
---|---|---|
struct sem_undo_list * | ulp | |
int | semid |
1867 | assert_spin_locked( & lock) |
1869 | un = __lookup_undo(ulp, semid) |
1870 | If un Then |
1874 | Return un |
Name | Describe |
---|---|
find_alloc_undo | d_alloc_undo - lookup (and if not present create) undo array*@ns: namespace*@semid: semaphore array id* The function looks up (and if not present creates) the undo structure.* The size of the undo structure depends on the size of the semaphore |
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 |