Searched refs:sig_struct (Results 1 – 2 of 2) sorted by relevance
1549 struct sigevent sig_struct; in set_timer() local1552 bzero(&sig_struct, sizeof (struct sigevent)); in set_timer()1556 sig_struct.sigev_notify = SIGEV_SIGNAL; in set_timer()1557 sig_struct.sigev_signo = SIGUSR1; in set_timer()1558 sig_struct.sigev_value.sival_int = 0; in set_timer()1560 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in set_timer()
1376 struct sigevent sig_struct; in stats_timer() local1379 bzero(&sig_struct, sizeof (struct sigevent)); in stats_timer()1383 sig_struct.sigev_notify = SIGEV_SIGNAL; in stats_timer()1384 sig_struct.sigev_signo = SIGUSR1; in stats_timer()1385 sig_struct.sigev_value.sival_int = 0; in stats_timer()1387 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in stats_timer()