HelenOS sources
try_lock_shared_for 81 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp return aux::threading::shared_mutex::try_lock_shared_for(time);
try_lock_shared_for 90 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp return aux::threading::shared_mutex::try_lock_shared_for(time);
try_lock_shared_for 149 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp owns_ = mtx_->try_lock_shared_for(rel_time);
try_lock_shared_for 218 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp owns_ = mtx_->try_lock_shared_for(rel_time);
HelenOS homepage, sources at GitHub