Searched refs:evp (Results 1 – 1 of 1) sorted by relevance
32 ___timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) in ___timer_create() argument43 if (evp == NULL in ___timer_create()44 || __builtin_expect (evp->sigev_notify != SIGEV_THREAD, 1)) in ___timer_create()48 if (evp == NULL) in ___timer_create()57 evp = &local_evp; in ___timer_create()61 if (INLINE_SYSCALL_CALL (timer_create, syscall_clockid, evp, in ___timer_create()83 newp->sival = evp->sigev_value; in ___timer_create()84 newp->thrfunc = evp->sigev_notify_function; in ___timer_create()90 if (evp->sigev_notify_attributes != NULL) in ___timer_create()96 oattr = (struct pthread_attr *) evp->sigev_notify_attributes; in ___timer_create()[all …]
Completed in 4 milliseconds