Searched refs:sigev_notify (Results 1 – 14 of 14) sorted by relevance
45 .sigev_notify = SIGEV_NONE, in main()60 sev.sigev_notify = SIGEV_SIGNAL; in main()70 sev.sigev_notify = SIGEV_THREAD; in main()99 sev.sigev_notify = SIGEV_THREAD_ID; in main()
47 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
54 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in MPERS_PRINTER_DECL()67 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()65 else if (fio_timers[i].sigev_notify == SIGEV_SIGNAL) in sig_alrm()
175 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
288 int sigev_notify; member
79 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE; in fio_posixaio_prep()
185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in timerthread()
1099 evp.sigev_notify = x0 + SIGEV_THREAD; in sys_timer_create2()
557 int sigev_notify; member
7972 PRE_FIELD_READ("timer_create(evp.sigev_notify)", evp->sigev_notify);7979 if ((evp->sigev_notify == VKI_SIGEV_PORT) ||7980 (evp->sigev_notify == VKI_SIGEV_THREAD))
2226 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify, in PRE()2228 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int)) in PRE()2229 && (evp->sigev_notify & VKI_SIGEV_THREAD_ID) != 0) in PRE()