HomeSort by: relevance | last modified time | path
    Searched refs:MyHandler (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/c++/
t_tsan_signal_errno.sh 68 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
73 act.sa_sigaction = &MyHandler;
96 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
101 act.sa_sigaction = &MyHandler;
130 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
135 act.sa_sigaction = &MyHandler;
164 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
169 act.sa_sigaction = &MyHandler;
  /src/tests/usr.bin/cc/
t_tsan_signal_errno.sh 68 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
73 act.sa_sigaction = &MyHandler;
96 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
101 act.sa_sigaction = &MyHandler;
130 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
135 act.sa_sigaction = &MyHandler;
164 static void MyHandler(int a, siginfo_t *s, void *c) { errno = 1; }
169 act.sa_sigaction = &MyHandler;

Completed in 13 milliseconds