Searched refs:__sig_stop (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaction.c | 48 static void __sig_stop(int signo); 69 {SIGSTOP, SIG_FLAG_NOIGNORE, __sig_stop}, 70 {SIGTSTP, 0, __sig_stop}, 71 {SIGTTIN, 0, __sig_stop}, 72 {SIGTTOU, 0, __sig_stop}, 132 static void __sig_stop(int signo) in __sig_stop() function
|