HelenOS sources

convert            48 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp             return aux::threading::time::convert(abs_time - Clock::now());
convert           118 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 auto time = aux::threading::time::convert(rel_time);
convert           127 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 auto time = aux::threading::time::convert(dur);
convert           167 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 auto time = aux::threading::time::convert(rel_time);
convert           182 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 auto time = aux::threading::time::convert(dur);
convert            58 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 auto time = aux::threading::time::convert(rel_time);
convert            67 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 auto time = aux::threading::time::convert(dur);
convert            79 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 auto time = aux::threading::time::convert(rel_time);
convert            88 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 auto time = aux::threading::time::convert(dur);
convert           126 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                     aux::threading::time::convert(rel_time)
convert           148 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                     aux::threading::time::convert(abs_time - Clock::now())
convert           223 uspace/lib/cpp/include/__bits/thread/thread.hpp             auto time = aux::threading::time::convert(abs_time - now);
convert           234 uspace/lib/cpp/include/__bits/thread/thread.hpp             auto time = aux::threading::time::convert(rel_time);
HelenOS homepage, sources at GitHub