| Function report | 
| Source Code: kernel\futex.c | Create Date:2022-07-28 10:54:21 | 
| Last Modify:2020-03-17 15:28:32 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:queue_me() - Remove the futex_q from its futex_hash_bucket*@q: The futex_q to unqueue* The q->lock_ptr must not be held by the caller
Proto:static int unqueue_me(struct futex_q *q)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct futex_q * | q | 
| 2382 | ret = 0 | 
| 2385 | retry : | 
| 2392 | If (lock_ptr != NULL) Then | 
| 2407 | If Value for the false possibility is greater at compile time(lock_ptr != lock_ptr) Then | 
| 2408 | spin_unlock(lock_ptr) | 
| 2409 | Go to retry | 
| 2415 | spin_unlock(lock_ptr) | 
| 2416 | ret = 1 | 
| 2420 | Return ret | 
| Name | Describe | 
|---|---|
| futex_wait | 
| 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 |