Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
168 timespec* tsp; in __pthread_cond_timedwait() local174 tsp = &ts; in __pthread_cond_timedwait()176 tsp = NULL; in __pthread_cond_timedwait()179 return __pthread_cond_timedwait_relative(cond, mutex, tsp); in __pthread_cond_timedwait()
1333 struct timespec *tsp, const sigset_t *sigmask) in pselect() argument1339 if (tsp) { in pselect()1341 tv = evTimeVal(*tsp); in pselect()1349 if (tsp) in pselect()1350 *tsp = evTimeSpec(tv); in pselect()