Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/bits/
A Dsigevent-consts.h29 SIGEV_SIGNAL = 0, /* Notify via signal. */ enumerator
30 # define SIGEV_SIGNAL SIGEV_SIGNAL macro
/sysdeps/unix/sysv/linux/
A Dtimer_create.c53 local_evp.sigev_notify = SIGEV_SIGNAL; in ___timer_create()
113 .sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID, in ___timer_create()
/sysdeps/pthread/
A Dtst-timer.c73 .sigev_notify = SIGEV_SIGNAL, in main()
/sysdeps/htl/
A Dtimer_routines.c296 switch (__builtin_expect (timer->event.sigev_notify, SIGEV_SIGNAL)) in thread_expire_timer()
301 case SIGEV_SIGNAL: in thread_expire_timer()

Completed in 5 milliseconds