Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/pthread/
Dpthread.c37 bool detached; ///< True if pthread is detached member
263 pthread->detached = true; in pthread_create()
267 pthread->detached = false; in pthread_create()
331 } else if (pthread->detached) { in pthread_join()
389 } else if (pthread->detached) { in pthread_detach()
397 pthread->detached = true; in pthread_detach()
410 bool detached = false; in pthread_exit() local
425 if (pthread->detached) { in pthread_exit()
428 detached = true; in pthread_exit()
448 if (detached) { in pthread_exit()
/hal_espressif-3.6.0/.gitlab/ci/
DREADME.md8 …- [How to trigger a `detached` pipeline without pushing new commits?](#how-to-trigger-a-detached-p…
27 3. A `detached` pipeline will be created.
66 ### How to trigger a `detached` pipeline without pushing new commits?
/hal_espressif-3.6.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake.in43 # detached HEAD
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dintr_alloc.rst109 …ce is attached to the interrupt (enabled), if one or more handlers are enabled, otherwise detached.
Dpthread.rst38 …task functions, the ``start_routine`` function is allowed to return. A "detached" type thread is a…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Ddebugging-examples.rst654 Inferior 1 [Remote target] will be detached.
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Ddebugging-examples.rst654 Inferior 1 [Remote target] will be detached.