HelenOS sources
native_handle_type 129 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp using native_handle_type = aux::condvar_t*;
native_handle_type 213 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp using native_handle_type = aux::condvar_t*;
native_handle_type 60 uspace/lib/cpp/include/__bits/thread/mutex.hpp using native_handle_type = aux::mutex_t*;
native_handle_type 89 uspace/lib/cpp/include/__bits/thread/mutex.hpp using native_handle_type = aux::mutex_t*;
native_handle_type 132 uspace/lib/cpp/include/__bits/thread/mutex.hpp using native_handle_type = aux::mutex_t*;
native_handle_type 190 uspace/lib/cpp/include/__bits/thread/mutex.hpp using native_handle_type = aux::mutex_t*;
native_handle_type 93 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp using native_handle_type = aux::shared_mutex_t*;
native_handle_type 123 uspace/lib/cpp/include/__bits/thread/thread.hpp using native_handle_type = aux::thread_t*;
HelenOS homepage, sources at GitHub