Searched refs:STRUCT_MEMBER_FUNCTION_POINTER (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/headers/posix/ |
D | signal_h.c | 55 STRUCT_MEMBER_FUNCTION_POINTER(struct sigevent, void (*f)(union sigval), sigev_notify_function); in signal_h() 104 STRUCT_MEMBER_FUNCTION_POINTER(struct sigaction, void (*f)(int), sa_handler); in signal_h() 107 STRUCT_MEMBER_FUNCTION_POINTER(struct sigaction, void (*f)(int, siginfo_t*, void*), sa_sigaction); in signal_h()
|
D | header_checks.h | 37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } macro
|