Searched refs:s_ds_lock (Results 1 – 1 of 1) sorted by relevance
40 static SemaphoreHandle_t s_ds_lock; variable50 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()69 if ((xSemaphoreTake(s_ds_lock, s_timeout_ms / portTICK_PERIOD_MS) != pdTRUE)) { in esp_ds_init_data_ctx()97 if (xSemaphoreGetMutexHolder(s_ds_lock) == xTaskGetCurrentTaskHandle()) { in esp_ds_release_ds_lock()99 xSemaphoreGive(s_ds_lock); in esp_ds_release_ds_lock()