Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/pthread/
Dpthread.c27 PTHREAD_TASK_STATE_RUN, enumerator
346 if (pthread->state == PTHREAD_TASK_STATE_RUN) { in pthread_join()
395 } else if (pthread->state == PTHREAD_TASK_STATE_RUN) { in pthread_detach()