Home
last modified time | relevance | path

Searched refs:ARG_STACKSIZE (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dprocess.c554 # define ARG_STACKSIZE (known_scno(tcp) == SYS_clone2 ? 2 : -1) macro
585 # ifdef ARG_STACKSIZE
586 if (ARG_STACKSIZE != -1)
588 tcp->u_arg[ARG_STACKSIZE]);
DChangeLog60 [IA64] (ARG_STACKSIZE, ARG_PTID, ARG_CTID, ARG_TLS): Likewise.