Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc150 struct sigaction_t { struct
160 struct sigaction_t { argument
201 static sigaction_t sigactions[kSigCount]; argument
1913 TSAN_INTERCEPTOR(int, sigaction, int sig, sigaction_t *act, sigaction_t *old) { in TSAN_INTERCEPTOR()
1935 sigaction_t newact; in TSAN_INTERCEPTOR()
1950 sigaction_t act; in TSAN_INTERCEPTOR()
1954 sigaction_t old; in TSAN_INTERCEPTOR()