Searched refs:TCB_CLONE_THREAD (Results 1 – 4 of 4) sorted by relevance
410 if (tcp->flags & TCB_CLONE_THREAD) in startup_attach()447 tcp->flags |= TCB_ATTACHED|TCB_CLONE_THREAD|TCB_FOLLOWFORK; in startup_attach()1116 #ifdef TCB_CLONE_THREAD in alloc_tcb()1482 #ifdef TCB_CLONE_THREAD1497 #ifdef TCB_CLONE_THREAD1498 if (tcp->flags & TCB_CLONE_THREAD)1507 if ((tcp->flags & TCB_CLONE_THREAD) &&1554 #ifdef TCB_CLONE_THREAD1555 if (tcp->flags & TCB_CLONE_THREAD)1595 #ifdef TCB_CLONE_THREAD in resume_from_tcp()[all …]
879 #ifdef TCB_CLONE_THREAD in handle_new_child()887 if ((tcp->flags & TCB_CLONE_THREAD) && in handle_new_child()905 tcpchild->flags |= TCB_CLONE_THREAD; in handle_new_child()1981 #ifdef TCB_CLONE_THREAD1982 if (tcp->flags & TCB_CLONE_THREAD)2028 #ifdef TCB_CLONE_THREAD2029 (tcp->flags & TCB_CLONE_THREAD)2038 #ifdef TCB_CLONE_THREAD2039 if (tcp->flags & TCB_CLONE_THREAD)
411 # define TCB_CLONE_THREAD 010000 /* CLONE_THREAD set in creating syscall */ macro
3353 * process.c (internal_clone) [TCB_CLONE_THREAD]: Use ARG_FLAGS instead3704 (TCB_CLONE_DETACHED, TCB_CLONE_THREAD, TCB_GROUP_EXITING): New macros.3707 * process.c (internal_clone) [TCB_CLONE_THREAD]: Reparent the new3709 Maintain TCB_CLONE_THREAD and TCB_CLONE_DETACHED flags and counts.3710 (internal_wait) [TCB_CLONE_THREAD]: Factor out detached children when3711 determining if we have any. If TCB_CLONE_THREAD is set, check3717 (alloctcb) [TCB_CLONE_THREAD]: Initialize new fields.3718 (droptcb) [TCB_CLONE_THREAD]: Maintain new fields.3720 (resume) [TCB_CLONE_THREAD]: Decrement parent's nclone_waiting.3721 (detach) [TCB_CLONE_THREAD]: When calling resume, check all thread