Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
Dos_wrapper_freertos.c48 SemaphoreHandle_t xMutexHandle = NULL; in os_wrapper_mutex_create() local
51 xMutexHandle = xSemaphoreCreateMutex(); in os_wrapper_mutex_create()
53 xMutexHandle = xSemaphoreCreateMutexStatic( &xSecureMutexBuffer ); in os_wrapper_mutex_create()
55 return ( void * ) xMutexHandle; in os_wrapper_mutex_create()