Home
last modified time | relevance | path

Searched refs:null_allowed (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/private/
Dbionic_time_conversions.h50 static inline int check_timespec(const timespec* ts, bool null_allowed) { in check_timespec() argument
51 if (null_allowed && ts == nullptr) { in check_timespec()