Searched refs:tk (Results 1 – 1 of 1) sorted by relevance
73 struct timer *tk = (struct timer *) si.si_ptr; in timer_helper_thread() local81 if (runp == tk) in timer_helper_thread()94 td->thrfunc = tk->thrfunc; in timer_helper_thread()95 td->sival = tk->sival; in timer_helper_thread()98 __pthread_create (&th, &tk->attr, timer_sigev_thread, td); in timer_helper_thread()
Completed in 3 milliseconds