Function report |
Source Code:kernel\locking\rtmutex.c |
Create Date:2022-07-28 09:52:25 |
Last Modify:2020-03-17 14:26:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rt_mutex_fastunlock
Proto:static inline void rt_mutex_fastunlock(struct rt_mutex *lock, bool (*slowfn)(struct rt_mutex *lock, struct wake_q_head *wqh))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rt_mutex * | lock | |
bool (* | slowfn |
1460 | If Value is more likely to compile time(rt_mutex_cmpxchg_release(lock, current process, NULL)) Then Return |
1463 | If slowfn(lock, & wake_q) Then Performs the wakeup of the the top-waiter and re-enables preemption. |
Name | Describe |
---|---|
rt_mutex_unlock | _mutex_unlock - unlock a rt_mutex*@lock: the rt_mutex to be unlocked |
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 |