dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Mutex.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
#include <
util/types.h
>
7
8
UTIL_ADT
( osMutex );
9
10
int
osMutex_new
( osMutex * This );
11
int
osMutex_delete
( osMutex * This );
12
int
osMutex_take
( osMutex This );
13
int
osMutex_release
( osMutex This );
14
15
#ifdef __cplusplus
16
}
17
#endif
types.h
UTIL_ADT
UTIL_ADT(osMutex)
osMutex_release
int osMutex_release(osMutex This)
osMutex_new
int osMutex_new(osMutex *This)
osMutex_take
int osMutex_take(osMutex This)
osMutex_delete
int osMutex_delete(osMutex *This)
inc
os
Mutex.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7