1 /* Check that TRT happens when getting a non-standard (realtime) signal, more than one thread.
3 #cc: additional_flags=-pthread
5 #output: Unimplemented signal: 77\n
6 #output: program stopped with signal 4 (*).\n
14 #include <sys/types.h>
28 if (pthread_create (&th_a
, NULL
, process
, (void *) "a") == 0)