|
Linux Kernel
3.7.1
|
#include <rtmutex.h>
Data Fields | |
| raw_spinlock_t | wait_lock |
| struct plist_head | wait_list |
| struct task_struct * | owner |
: spinlock to protect the structure : pilist head to enqueue waiters in priority order : the mutex owner
| struct task_struct* owner |
| struct plist_head wait_list |
| raw_spinlock_t wait_lock |
1.8.2