Searched refs:abs_timeout (Results 1 – 2 of 2) sorted by relevance
28 const struct __timespec64 *abs_timeout) in ___mq_timedsend_time64() argument36 msg_prio, abs_timeout); in ___mq_timedsend_time64()38 bool need_time64 = abs_timeout != NULL in ___mq_timedsend_time64()39 && !in_time_t_range (abs_timeout->tv_sec); in ___mq_timedsend_time64()43 msg_prio, abs_timeout); in ___mq_timedsend_time64()51 if (abs_timeout != NULL) in ___mq_timedsend_time64()53 ts32 = valid_timespec64_to_timespec (*abs_timeout); in ___mq_timedsend_time64()79 unsigned int msg_prio, const struct timespec *abs_timeout) in ___mq_timedsend() argument82 if (abs_timeout != NULL) in ___mq_timedsend()83 ts64 = valid_timespec_to_timespec64 (*abs_timeout); in ___mq_timedsend()[all …]
28 const struct __timespec64 *__restrict abs_timeout) in ___mq_timedreceive_time64() argument36 msg_prio, abs_timeout); in ___mq_timedreceive_time64()38 bool need_time64 = abs_timeout != NULL in ___mq_timedreceive_time64()39 && !in_time_t_range (abs_timeout->tv_sec); in ___mq_timedreceive_time64()43 msg_prio, abs_timeout); in ___mq_timedreceive_time64()51 if (abs_timeout != NULL) in ___mq_timedreceive_time64()53 ts32 = valid_timespec64_to_timespec (*abs_timeout); in ___mq_timedreceive_time64()80 const struct timespec *__restrict abs_timeout) in ___mq_timedreceive() argument83 if (abs_timeout != NULL) in ___mq_timedreceive()84 ts64 = valid_timespec_to_timespec64 (*abs_timeout); in ___mq_timedreceive()[all …]
Completed in 3 milliseconds