HomeSort by relevance Sort by last modified time
    Searched refs:clone_flags (Results 1 - 2 of 2) sorted by null

  /external/strace/
clone.c 31 #include "xlat/clone_flags.h"
83 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
130 printflags(clone_flags, tcp->u_arg[1], "CLONE_???");
138 printflags(clone_flags, tcp->u_arg[0], "CLONE_???");
  /external/strace/xlat/
clone_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/clone_flags.in; do not edit. */
3 static const struct xlat clone_flags[] = { variable in typeref:struct:xlat

Completed in 1607 milliseconds