Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/pthread/
Dpthread.c50 bool detached; ///< True if pthread is detached member
277 pthread->detached = true; in pthread_create()
281 pthread->detached = false; in pthread_create()
345 } else if (pthread->detached) { in pthread_join()
403 } else if (pthread->detached) { in pthread_detach()
411 pthread->detached = true; in pthread_detach()
424 bool detached = false; in pthread_exit() local
439 if (pthread->detached) { in pthread_exit()
442 detached = true; in pthread_exit()
458 if (detached) { in pthread_exit()
/hal_espressif-2.7.6/tools/cmake/third_party/
DGetGitRevisionDescription.cmake.in43 # detached HEAD
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dintr_alloc.rst103 …ce is attached to the interrupt (enabled), if one or more handlers are enabled, otherwise detached.
/hal_espressif-2.7.6/docs/zh_CN/api-guides/jtag-debugging/
Ddebugging-examples.rst652 Inferior 1 [Remote target] will be detached.
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/
Ddebugging-examples.rst654 Inferior 1 [Remote target] will be detached.