Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rt_mutex Struct Reference

#include <rtmutex.h>

Data Fields

raw_spinlock_t wait_lock
 
struct plist_head wait_list
 
struct task_structowner
 

Detailed Description

The rt_mutex structure

: spinlock to protect the structure : pilist head to enqueue waiters in priority order : the mutex owner

Definition at line 28 of file rtmutex.h.

Field Documentation

Definition at line 31 of file rtmutex.h.

struct plist_head wait_list

Definition at line 30 of file rtmutex.h.

raw_spinlock_t wait_lock

Definition at line 29 of file rtmutex.h.


The documentation for this struct was generated from the following file: