ROSE
0.9.6a
|
Mutual exclusion lock. More...
#include <threadSupport.h>
Public Attributes | |
unsigned | magic |
RTS_Layer | layer |
pthread_mutex_t | mutex |
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.
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.