Searched refs:sigev (Results 1 – 1 of 1) sorted by relevance
201 struct sigevent sigev; in timerthread() local236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in timerthread()237 sigev.sigev_signo = par->signal; in timerthread()238 sigev.sigev_notify_thread_id = stat->tid; in timerthread()239 timer_create(par->clock, &sigev, &timer); in timerthread()