Searched defs:ARG_STACKSIZE (Results 1 - 1 of 1) sorted by relevance
/external/strace/ | ||
H A D | process.c | 607 # define ARG_STACKSIZE (known_scno(tcp) == SYS_clone2 ? 2 : -1) macro 639 # ifdef ARG_STACKSIZE 640 if (ARG_STACKSIZE != -1) 642 tcp->u_arg[ARG_STACKSIZE]); |
Completed in 23 milliseconds