Searched refs:xMutexHandle (Results 1 – 1 of 1) sorted by relevance
48 SemaphoreHandle_t xMutexHandle = NULL; in os_wrapper_mutex_create() local51 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()