Searched refs:gl_mutex (Results 1 – 1 of 1) sorted by relevance
23 static osi_mutex_t gl_mutex; /* Recursive Type */ variable78 gl_mutex = xSemaphoreCreateRecursiveMutex(); in osi_mutex_global_init()79 if (gl_mutex == NULL) { in osi_mutex_global_init()88 vSemaphoreDelete(gl_mutex); in osi_mutex_global_deinit()93 xSemaphoreTakeRecursive(gl_mutex, portMAX_DELAY); in osi_mutex_global_lock()98 xSemaphoreGiveRecursive(gl_mutex); in osi_mutex_global_unlock()