Searched defs:ARG_TLS (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dprocess.c610 # define ARG_TLS (known_scno(tcp) == SYS_clone2 ? 5 : 4) macro
616 # define ARG_TLS 4 macro
622 # define ARG_TLS 4 macro
627 # define ARG_TLS 3 macro
657 if (umove(tcp, tcp->u_arg[ARG_TLS], &copy) != -1) {
667 tprintf(", tls=%#lx", tcp->u_arg[ARG_TLS]);

Completed in 65 milliseconds