Function report |
Source Code:include\linux\ww_mutex.h |
Create Date:2022-07-28 06:49:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ww_mutex_lock_slow - slowpath acquiring of the w/w mutex*@lock: the mutex to be acquired*@ctx: w/w acquire context* Acquires a w/w mutex with the given context after a die case
Proto:static inline void ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ww_mutex * | lock | |
struct ww_acquire_ctx * | ctx |
295 | ret = ww_mutex_lock - acquire the w/w mutex*@lock: the mutex to be acquired*@ctx: w/w acquire context, or NULL to acquire only a single lock |
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 |