Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
1147 struct timespec *tsp, const sigset_t *sigmask) in pselect() argument1153 if (tsp) { in pselect()1155 tv = evTimeVal(*tsp); in pselect()1163 if (tsp) in pselect()1164 *tsp = evTimeSpec(tv); in pselect()
1490 struct timespec * tsp; in __pthread_cond_timedwait() local1495 tsp = &ts; in __pthread_cond_timedwait()1497 tsp = NULL; in __pthread_cond_timedwait()1500 return __pthread_cond_timedwait_relative(cond, mutex, tsp); in __pthread_cond_timedwait()