Searched refs:PlatformMutex_t (Results 1 – 4 of 4) sorted by relevance
102 } PlatformMutex_t; typedef104 bool PlatformMutex_Create( PlatformMutex_t * pNewMutex,106 void PlatformMutex_Destroy( PlatformMutex_t * pMutex );107 void PlatformMutex_Lock( PlatformMutex_t * pMutex );108 bool PlatformMutex_TryLock( PlatformMutex_t * pMutex );109 void PlatformMutex_Unlock( PlatformMutex_t * pMutex );
59 static bool prIotMutexTimedLock( PlatformMutex_t * pMutex,77 static bool prIotMutexTimedLock( PlatformMutex_t * pMutex, in prIotMutexTimedLock()150 bool PlatformMutex_Create( PlatformMutex_t * pNewMutex, in PlatformMutex_Create()194 void PlatformMutex_Destroy( PlatformMutex_t * pMutex ) in PlatformMutex_Destroy()203 void PlatformMutex_Lock( PlatformMutex_t * pMutex ) in PlatformMutex_Lock()210 bool PlatformMutex_TryLock( PlatformMutex_t * pMutex ) in PlatformMutex_TryLock()217 void PlatformMutex_Unlock( PlatformMutex_t * pMutex ) in PlatformMutex_Unlock()
111 } PlatformMutex_t; typedef113 bool PlatformMutex_Create( PlatformMutex_t * pNewMutex,115 void PlatformMutex_Destroy( PlatformMutex_t * pMutex );116 void PlatformMutex_Lock( PlatformMutex_t * pMutex );117 bool PlatformMutex_TryLock( PlatformMutex_t * pMutex );118 void PlatformMutex_Unlock( PlatformMutex_t * pMutex );
Completed in 14 milliseconds