Home
last modified time | relevance | path

Searched defs:pMutex (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcellular_platform.c77 static bool prIotMutexTimedLock( PlatformMutex_t * pMutex, in prIotMutexTimedLock()
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.c77 static bool prIotMutexTimedLock( PlatformMutex_t * pMutex, in prIotMutexTimedLock()
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/VisualStudio_StaticProjects/MbedTLS/
A Dmbedtls_freertos_port.c106 static void mbedtls_platform_mutex_init( mbedtls_threading_mutex_t * pMutex ) in mbedtls_platform_mutex_init()
133 static void mbedtls_platform_mutex_free( mbedtls_threading_mutex_t * pMutex ) in mbedtls_platform_mutex_free()
148 static int mbedtls_platform_mutex_lock( mbedtls_threading_mutex_t * pMutex ) in mbedtls_platform_mutex_lock()
175 static int mbedtls_platform_mutex_unlock( mbedtls_threading_mutex_t * pMutex ) in mbedtls_platform_mutex_unlock()

Completed in 12 milliseconds