This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088
Fork of libMiMic by
Diff: core/os/NyLPC_cMutex.h
- Revision:
- 37:fc4b4fd6a649
- Parent:
- 11:c82a7b2899b0
- Child:
- 41:2389bd6b6f74
--- a/core/os/NyLPC_cMutex.h Thu May 16 16:06:46 2013 +0000 +++ b/core/os/NyLPC_cMutex.h Wed Jun 19 09:33:01 2013 +0000 @@ -71,6 +71,7 @@ NyLPC_TBool NyLPC_cMutex_unlock(NyLPC_TcMutex_t* i_inst); +#define NyLPC_cMutex_isLocked(i_inst) ((i_inst)->_lock_count>0) #define NyLPC_cMutex_finalize(i_inst) #ifdef __cplusplus