Home
last modified time | relevance | path

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

/external/fio/os/
Dos-mac.h52 static struct sigevent fio_timers[MAX_TIMERS]; variable
60 if (fio_timers[i].sigev_notify_function == NULL) in sig_alrm()
63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()
64 fio_timers[i].sigev_notify_function(sv); in sig_alrm()
65 else if (fio_timers[i].sigev_notify == SIGEV_SIGNAL) in sig_alrm()
66 kill(getpid(), fio_timers[i].sigev_signo); in sig_alrm()