Roomba Tank
CSC 460 Project 3
Data Fields
Mutex Struct Reference

#include <os.h>

Data Fields

MUTEX m
 
MUTEX_STATE state
 
PID owner
 
unsigned int lockCount
 

Detailed Description

Each mutex is represented by a mutex struct, which contains all relevant information about this mutex.

Definition at line 72 of file os.h.

Field Documentation

unsigned int lockCount

Definition at line 76 of file os.h.

MUTEX m

Definition at line 73 of file os.h.

PID owner

Definition at line 75 of file os.h.

MUTEX_STATE state

Definition at line 74 of file os.h.


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