OpenDOF Project
Files | Typedefs | Functions
PCRMutex

Mutual exclusion operations. More...

Files

file  pcr.h
 Header file for the Portable C Runtime functions, defines and data types.
 

Typedefs

typedef struct PCRMutex_t * PCRMutex
 Represents an allocated mutex.
 

Functions

PCRMutex PCRMutex_Create (void)
 Create a mutex.
 
void PCRMutex_Destroy (PCRMutex mtx)
 Destroy a mutex.
 
void PCRMutex_Lock (PCRMutex mtx)
 Wait for a mutex to become available and lock it.
 
void PCRMutex_Unlock (PCRMutex mtx)
 Unlock a mutex.
 

Detailed Description

Mutual exclusion operations.

core-c-dof-pcr-dev Version 7.0.1 Build 0
2017-04-11