Home
last modified time | relevance | path

Searched defs:try_lock_for (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dtry_lock_for.pass.cpp32 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) try_lock_for() function
/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h140 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for() function