Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/sync/mutual_exclusion/locks/nested_strict_lock/
Dmake_nested_strict_lock_pass.cpp42 const auto&& nlg = boost::make_nested_strict_lock(lg); (void)nlg; in f()
/third_party/boost/boost/thread/
Dstrict_lock.hpp227 nested_strict_lock<Lock> make_nested_strict_lock(Lock& lk) in make_nested_strict_lock() function
/third_party/boost/libs/thread/doc/
Dmutex_concepts.qbk2075 nested_strict_lock<Lock> make_nested_strict_lock(Lock& lk);
2225 [section:make_nested_strict_lock Non Member Function `make_nested_strict_lock`]
2228 nested_strict_lock<Lock> make_nested_strict_lock(Lock& lk); // EXTENSION