Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:55:22 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:futex_init
Proto:static int __init futex_init(void)
Type:int
Parameter:Nothing
4171 | futex_hashsize = 1UL << futex_shift |
4173 | futex_detect_cmpxchg() |
4175 | When i < futex_hashsize cycle |
4176 | atomic_set( & (queues)[i].waiters, 0) |
4178 | Process spin lock initialization( & (queues)[i].lock) |
4181 | 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 |