Searched refs:detached (Results 1 – 7 of 7) sorted by relevance
37 bool detached; ///< True if pthread is detached member263 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() local425 if (pthread->detached) { in pthread_exit()428 detached = true; in pthread_exit()448 if (detached) { in pthread_exit()
8 …- [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?
43 # detached HEAD
109 …ce is attached to the interrupt (enabled), if one or more handlers are enabled, otherwise detached.
38 …task functions, the ``start_routine`` function is allowed to return. A "detached" type thread is a…
654 Inferior 1 [Remote target] will be detached.