ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTS_mutex_t Struct Reference

Mutual exclusion lock. More...

#include <threadSupport.h>

Public Attributes

unsigned magic
 
RTS_Layer layer
 
pthread_mutex_t mutex
 

Detailed Description

Mutual exclusion lock.

This struct is intended to provide a portable implementation of mutual exclusion locks (mutexes). It should be used in a manner similar to POSIX Threads' pthread_mutex_t.

Definition at line 200 of file threadSupport.h.

Member Data Documentation

unsigned RTS_mutex_t::magic

Definition at line 201 of file threadSupport.h.

RTS_Layer RTS_mutex_t::layer

Definition at line 202 of file threadSupport.h.

pthread_mutex_t RTS_mutex_t::mutex

Definition at line 203 of file threadSupport.h.


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