Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dsignal_portable.h223 struct sigaction_portable { struct
243 static inline void sigaction_pton(const struct sigaction_portable *ptr_p, struct sigaction *ptr_n) { in sigaction_pton() argument
250 static inline void sigaction_ntop(const struct sigaction *ptr_n, struct sigaction_portable *ptr_p) { in sigaction_ntop()
251 memset(ptr_p, '\0', sizeof(struct sigaction_portable)); in sigaction_ntop()
257 int WRAP(sigaction)(int signum, const struct sigaction_portable *act, struct sigaction_portable *ol… in WRAP()