Function report |
Source Code:kernel\locking\mutex.c |
Create Date:2022-07-28 09:47:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__mutex_lock
Proto:static int __sched __mutex_lock(struct mutex *lock, long state, unsigned int subclass, struct lockdep_map *nest_lock, unsigned long ip)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mutex * | lock | |
long | state | |
unsigned int | subclass | |
struct lockdep_map * | nest_lock | |
unsigned long | ip |
1103 | Return Lock a mutex (possibly interruptible), slowpath: |
Name | Describe |
---|---|
mutex_lock_nested | |
_mutex_lock_nest_lock | |
mutex_lock_killable_nested | |
mutex_lock_interruptible_nested |
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 |