Searched refs:sigev_notify (Results 1 – 18 of 18) sorted by relevance
615 int sigev_notify; in printsigevent32() member629 if (sev.sigev_notify == SIGEV_SIGNAL) in printsigevent32()633 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in printsigevent32()635 if (sev.sigev_notify == SIGEV_THREAD_ID) in printsigevent32()637 else if (sev.sigev_notify == SIGEV_THREAD) in printsigevent32()663 if (sev.sigev_notify == SIGEV_SIGNAL) in printsigevent()667 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in printsigevent()669 if (sev.sigev_notify == SIGEV_THREAD_ID) in printsigevent()681 else if (sev.sigev_notify == SIGEV_THREAD) in printsigevent()
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()
81 sigevent.sigev_notify = SIGEV_THREAD; in set_wake_alarm()
142 se.sigev_notify = SIGEV_THREAD; in lpm_start_transport_idle_timer()
284 se.sigev_notify = SIGEV_THREAD; in epilog_wait_timer()
175 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
45 int sigev_notify; /* Notification type */ member
281 int sigev_notify; member
41 sigevent.sigev_notify = SIGEV_THREAD; in SetUp()
85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE; in fio_posixaio_prep()
259 sigevent.sigev_notify = SIGEV_THREAD; in reschedule()
396 se.sigev_notify = SIGEV_THREAD; in preload_start_wait_timer()
183 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
512 sigevent.sigev_notify = SIGEV_THREAD; in set_wake_alarm()
603 ev.sigev_notify = SIGEV_SIGNAL; in dynticks_start_timer()
323 sigevent.sigev_notify = SIGEV_THREAD; in GKI_init()
553 int sigev_notify; member
2184 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify, in PRE()2186 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int)) in PRE()2187 && (evp->sigev_notify & VKI_SIGEV_THREAD_ID) != 0) in PRE()