Searched refs:__sigaction (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 416 static int __sigaction(int signal, const SigactionType* new_action, in __sigaction() function 452 return __sigaction(signal, new_action, old_action, linked_sigaction); in sigaction() 459 return __sigaction(signal, new_action, old_action, linked_sigaction64); in sigaction64()
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 236 int __sigaction:sigaction(int, const struct sigaction*, struct sigaction*) lp32
|
H A D | libc.map.txt | 167 __sigaction; # arm x86 introduced=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 167 __sigaction; # arm x86 introduced=21
|