Home
last modified time | relevance | path

Searched refs:sigev (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c201 struct sigevent sigev; in timerthread() local
236 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()