Searched refs:default_evp (Results 1 – 1 of 1) sorted by relevance
26 struct sigevent default_evp; in timer_create() local34 default_evp.sigev_notify = SIGEV_SIGNAL; in timer_create()35 default_evp.sigev_signo = SIGALRM; in timer_create()36 evp = &default_evp; in timer_create()51 default_evp.sigev_value.sival_ptr = newp; in timer_create()
Completed in 4 milliseconds