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

#include <semaphore.h>

Data Fields

raw_spinlock_t lock
 
unsigned int count
 
struct list_head wait_list
 

Detailed Description

Definition at line 16 of file semaphore.h.

Field Documentation

unsigned int count

Definition at line 18 of file semaphore.h.

Definition at line 17 of file semaphore.h.

struct list_head wait_list

Definition at line 19 of file semaphore.h.


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