Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dmutex.h68 LIBC_INLINE MutexError timed_lock(internal::AbsTimeout abs_time) { in timed_lock() argument
69 if (this->RawMutex::lock(abs_time, this->pshared)) in timed_lock()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcondition_variable40 const chrono::time_point<Clock, Duration>& abs_time);
45 const chrono::time_point<Clock, Duration>& abs_time,
85 const chrono::time_point<Clock, Duration>& abs_time);
90 const chrono::time_point<Clock, Duration>& abs_time,
110 … const chrono::time_point<Clock, Duration>& abs_time, Predicate pred); // since C++20
H A Dmutex67 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
85 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
137 unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time);
154 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dthread78 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dfuture173 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
200 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
227 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
254 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
281 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
308 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcondition_variable40 const chrono::time_point<Clock, Duration>& abs_time);
45 const chrono::time_point<Clock, Duration>& abs_time,
85 const chrono::time_point<Clock, Duration>& abs_time);
90 const chrono::time_point<Clock, Duration>& abs_time,
110 … const chrono::time_point<Clock, Duration>& abs_time, Predicate pred); // since C++20
H A Dshared_mutex59 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
70 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time);
88 const chrono::time_point<Clock, Duration>& abs_time);
105 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dmutex67 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
85 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
137 unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time);
154 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dthread78 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dsemaphore36 bool try_acquire_until(const chrono::time_point<Clock, Duration>& abs_time);
H A Dfuture173 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
200 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
227 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
254 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
281 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
308 wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;