Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/pthread/
Dpthread.c341 esp_pthread_t *cur_pthread = pthread_find(xTaskGetCurrentTaskHandle()); in pthread_join() local
342 if (cur_pthread && cur_pthread->join_task == handle) { in pthread_join()