Home
last modified time | relevance | path

Searched refs:PlatformMutex_t (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcellular_platform.h102 } PlatformMutex_t; typedef
104 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 );
A Dcellular_platform.c59 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()
/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/
A Dcellular_platform.h111 } PlatformMutex_t; typedef
113 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 );
A Dcellular_platform.c59 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()

Completed in 14 milliseconds