Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c40 static SemaphoreHandle_t s_ds_lock; variable
50 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()