Home
last modified time | relevance | path

Searched refs:my_siginfo_t (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc62 struct my_siginfo_t { struct
147 typedef void (*sigactionhandler_t)(int sig, my_siginfo_t *siginfo, void *uctx);
207 my_siginfo_t siginfo;
1768 bool sigact, int sig, my_siginfo_t *info, void *uctx) { in CallUserSignalHandler()
1859 my_siginfo_t *info, void *ctx) { in rtl_generic_sighandler()
1909 static void rtl_sigaction(int sig, my_siginfo_t *info, void *ctx) { in rtl_sigaction()