Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/pthread/
Dpthread.c55 static SemaphoreHandle_t s_threads_mux = NULL; variable
74 s_threads_mux = xSemaphoreCreateMutex(); in esp_pthread_init()
75 if (s_threads_mux == NULL) { in esp_pthread_init()
298 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_create()
302 xSemaphoreGive(s_threads_mux); in pthread_create()
324 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_join()
355 xSemaphoreGive(s_threads_mux); in pthread_join()
360 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_join()
365 xSemaphoreGive(s_threads_mux); in pthread_join()
383 if (xSemaphoreTake(s_threads_mux, portMAX_DELAY) != pdTRUE) { in pthread_detach()
[all …]
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32c3.map7469 .sbss.s_threads_mux
Dapp_esp32h2.map7347 .sbss.s_threads_mux
Dapp_esp32s2.map9618 .bss.s_threads_mux
Dapp2.map10993 .bss.s_threads_mux
Dapp_esp32s3.map10248 .bss.s_threads_mux
Dapp.map19124 .bss.s_threads_mux
Doverflow.map33401 .bss.s_threads_mux
Doverflow_esp32s2.map34245 .bss.s_threads_mux
Doverflow_esp32c3.map33919 .sbss.s_threads_mux
Doverflow_esp32s3.map51232 .bss.s_threads_mux