Home | History | Annotate | Download | only in strace

Lines Matching full:scno

305 # define ARG_STACKSIZE	(tcp->scno == SYS_clone2 ? 2 : -1)
306 # define ARG_PTID (tcp->scno == SYS_clone2 ? 3 : 2)
307 # define ARG_CTID (tcp->scno == SYS_clone2 ? 4 : 3)
308 # define ARG_TLS (tcp->scno == SYS_clone2 ? 5 : 4)