Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
1130 struct timespec * tsp; in __pthread_cond_timedwait() local1135 tsp = &ts; in __pthread_cond_timedwait()1137 tsp = NULL; in __pthread_cond_timedwait()1140 return __pthread_cond_timedwait_relative(cond, mutex, tsp); in __pthread_cond_timedwait()
1335 struct timespec *tsp, const sigset_t *sigmask) in pselect() argument1341 if (tsp) { in pselect()1343 tv = evTimeVal(*tsp); in pselect()1351 if (tsp) in pselect()1352 *tsp = evTimeSpec(tv); in pselect()