Searched refs:null_allowed (Results 1 – 1 of 1) sorted by relevance
50 static inline int check_timespec(const timespec* ts, bool null_allowed) { in check_timespec() argument51 if (null_allowed && ts == nullptr) { in check_timespec()