HomeSort by relevance Sort by last modified time
    Searched defs:on_exit (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/dfsan/scripts/
check_custom_wrappers.sh 11 on_exit() { function
16 trap on_exit EXIT
  /external/chromium_org/build/
gdb-add-index 17 function on_exit { function
128 trap on_exit EXIT
  /system/extras/tests/bionic/libc/common/
test_executable_destructor.c 52 on_exit(void) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 42 static int on_exit(on_exit_func_t function, void *arg);
45 static int on_exit(on_exit_func_t function, void *arg) function
366 on_exit(perf_record__sig_exit, rec);
445 on_exit(perf_record__exit, rec);

Completed in 133 milliseconds