HomeSort by relevance Sort by last modified time
    Searched full:__exitcode (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 40 static int __exitcode = 0; variable
43 #define exit(x) (exit)(__exitcode = (x))
60 __on_exit_funcs[i] (__exitcode, __on_exit_args[i]);

Completed in 629 milliseconds