HelenOS sources

condvar_type      120 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void init(condvar_type& cv)
condvar_type      125 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void wait(condvar_type& cv, mutex_type& mtx)
condvar_type      130 uspace/lib/cpp/include/__bits/thread/threading.hpp             static int wait_for(condvar_type& cv, mutex_type& mtx, time_unit timeout)
condvar_type      135 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void signal(condvar_type& cv)
condvar_type      140 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void broadcast(condvar_type& cv)
condvar_type      225 uspace/lib/cpp/include/__bits/thread/threading.hpp     using condvar_t      = typename threading::condvar_type;
HelenOS homepage, sources at GitHub