Lines Matching refs:SIGEV_THREAD
20 The struct allocated for !SIGEV_THREAD timers only requires two 'int'
23 although the resulting size is suffice for !SIGEV_THREAD time, accessing
27 the timer if a SIGEV_THREAD in the returned 'timer_t'. For
28 !SIGEV_THREAD, the resulting 'timer_t' is the returned kernel timer
29 identifer (kernel_timer_t), while for SIGEV_THREAD it uses the fact
32 'timer_t' to indicate the timer handles a SIGEV_THREAD.
34 It allows to remove the memory allocation for !SIGEV_THREAD and also
60 +/* Internal representation of SIGEV_THREAD timer. */
73 - /* Parameters for the thread to be started for SIGEV_THREAD. */
78 /* Next element in list of active SIGEV_THREAD timers. */
83 +/* For !SIGEV_THREAD, the resulting 'timer_t' is the returned kernel timer
84 + identifer (kernel_timer_t), while for SIGEV_THREAD it uses the fact malloc
87 + 'timer_t' to indicate the timer handles a SIGEV_THREAD. */
192 - newp->sigev_notify = SIGEV_THREAD;
271 - if (kt->sigev_notify == SIGEV_THREAD)