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

  /external/linux-tools-perf/util/
sigchain.h 4 typedef void (*sigchain_fun)(int); typedef
8 void sigchain_push_common(sigchain_fun f);
sigchain.c 7 sigchain_fun *old;
19 static int sigchain_push(int sig, sigchain_fun f)
45 void sigchain_push_common(sigchain_fun f)

Completed in 948 milliseconds