Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

umutex.h File Reference

Go to the source code of this file.

Typedefs

typedef void* Mutex

Functions

U_CAPI void U_EXPORT2 umtx_lock ( UMTX* mutex )
U_CAPI void U_EXPORT2 umtx_unlock ( UMTX* mutex )
U_CAPI void U_EXPORT2 umtx_init ( UMTX* mutex )


Typedef Documentation

typedef void* Mutex
 

Definition at line 24 of file umutex.h.


Function Documentation

U_CAPI void U_EXPORT2 umtx_init ( UMTX * mutex )
 

U_CAPI void U_EXPORT2 umtx_lock ( UMTX * mutex )
 

Referenced by Mutex::Mutex().

U_CAPI void U_EXPORT2 umtx_unlock ( UMTX * mutex )
 

Referenced by Mutex::~Mutex().


Generated at Tue Dec 5 17:55:49 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000