Function report |
Source Code:include\linux\ww_mutex.h |
Create Date:2022-07-28 06:49:05 |
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_trylock - tries to acquire the w/w mutex without acquire context*@lock: mutex to lock* Trylocks a mutex without acquire context, so no deadlock detection is* possible. Returns 1 if the mutex has been acquired successfully, 0 otherwise.
Proto:static inline int __must_check ww_mutex_trylock(struct ww_mutex *lock)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct ww_mutex * | lock |
Name | Describe |
---|---|
test_mutex_work | |
test_aa |
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 |