Function report |
Source Code:kernel\locking\rtmutex.h |
Create Date:2022-07-28 09:51:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:debug_rt_mutex_detect_deadlock
Proto:static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, enum rtmutex_chainwalk walk)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rt_mutex_waiter * | w | |
enum rtmutex_chainwalk | walk |
34 | Return walk == Invoke deadlock detection with a full |
Name | Describe |
---|---|
rt_mutex_cond_detect_deadlock | Deadlock detection is conditional:* If CONFIG_DEBUG_RT_MUTEXES=n, deadlock detection is only conducted* if the detect argument is == RT_MUTEX_FULL_CHAINWALK.* If CONFIG_DEBUG_RT_MUTEXES=y, deadlock detection is always |
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 |