Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/pthread/
Dpthread.c69 static SemaphoreHandle_t s_threads_mux = NULL; variable
88 s_threads_mux = xSemaphoreCreateMutex(); in esp_pthread_init()
89 if (s_threads_mux == NULL) { in esp_pthread_init()
312 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_create()
316 xSemaphoreGive(s_threads_mux); in pthread_create()
338 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_join()
369 xSemaphoreGive(s_threads_mux); in pthread_join()
374 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_join()
379 xSemaphoreGive(s_threads_mux); in pthread_join()
397 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_detach()
[all …]
/hal_espressif-2.7.6/tools/test_idf_size/
Dapp_esp32s2.map9618 .bss.s_threads_mux
Dapp2.map10993 .bss.s_threads_mux
Dapp.map19124 .bss.s_threads_mux