Searched refs:ts_act (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsigaction.c53 struct sigaction ts_act; member in struct:__anon1414
71 ts->ts_act.sa_handler = nop;
72 ts->ts_act.sa_flags = 0;
73 (void) sigemptyset(&ts->ts_act.sa_mask);
88 if (sigaction(SIGUSR1, &ts->ts_act, &oact))

Completed in 79 milliseconds