Searched refs:clock_id (Results 1 – 1 of 1) sorted by relevance
29 timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) in timer_create() argument37 || clock_id == CLOCK_PROCESS_CPUTIME_ID in timer_create()40 || clock_id == CLOCK_THREAD_CPUTIME_ID in timer_create()50 if (clock_id != CLOCK_REALTIME) in timer_create()115 thread = __timer_thread_find_matching (&newtimer->attr, clock_id); in timer_create()119 thread = __timer_thread_alloc (&newtimer->attr, clock_id); in timer_create()142 newtimer->clock = clock_id; in timer_create()
Completed in 4 milliseconds