Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c410 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_THREAD
1497 #ifdef TCB_CLONE_THREAD
1498 if (tcp->flags & TCB_CLONE_THREAD)
1507 if ((tcp->flags & TCB_CLONE_THREAD) &&
1554 #ifdef TCB_CLONE_THREAD
1555 if (tcp->flags & TCB_CLONE_THREAD)
1595 #ifdef TCB_CLONE_THREAD in resume_from_tcp()
[all …]
Dprocess.c879 #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_THREAD
1982 if (tcp->flags & TCB_CLONE_THREAD)
2028 #ifdef TCB_CLONE_THREAD
2029 (tcp->flags & TCB_CLONE_THREAD)
2038 #ifdef TCB_CLONE_THREAD
2039 if (tcp->flags & TCB_CLONE_THREAD)
Ddefs.h411 # define TCB_CLONE_THREAD 010000 /* CLONE_THREAD set in creating syscall */ macro
DChangeLog-CVS3353 * process.c (internal_clone) [TCB_CLONE_THREAD]: Use ARG_FLAGS instead
3704 (TCB_CLONE_DETACHED, TCB_CLONE_THREAD, TCB_GROUP_EXITING): New macros.
3707 * process.c (internal_clone) [TCB_CLONE_THREAD]: Reparent the new
3709 Maintain TCB_CLONE_THREAD and TCB_CLONE_DETACHED flags and counts.
3710 (internal_wait) [TCB_CLONE_THREAD]: Factor out detached children when
3711 determining if we have any. If TCB_CLONE_THREAD is set, check
3717 (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