HelenOS sources

condvar_type      118 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void init(condvar_type& cv)
condvar_type      123 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void wait(condvar_type& cv, mutex_type& mtx)
condvar_type      128 uspace/lib/cpp/include/__bits/thread/threading.hpp             static int wait_for(condvar_type& cv, mutex_type& mtx, time_unit timeout)
condvar_type      133 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void signal(condvar_type& cv)
condvar_type      138 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void broadcast(condvar_type& cv)
condvar_type      223 uspace/lib/cpp/include/__bits/thread/threading.hpp     using condvar_t      = typename threading::condvar_type;
HelenOS homepage, sources at GitHub