HelenOS sources
native_handle_type 130 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp native_handle_type native_handle();
native_handle_type 214 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp native_handle_type native_handle();
native_handle_type 61 uspace/lib/cpp/include/__bits/thread/mutex.hpp native_handle_type native_handle();
native_handle_type 90 uspace/lib/cpp/include/__bits/thread/mutex.hpp native_handle_type native_handle();
native_handle_type 133 uspace/lib/cpp/include/__bits/thread/mutex.hpp native_handle_type native_handle();
native_handle_type 191 uspace/lib/cpp/include/__bits/thread/mutex.hpp native_handle_type native_handle();
native_handle_type 94 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp native_handle_type native_handle();
native_handle_type 176 uspace/lib/cpp/include/__bits/thread/thread.hpp native_handle_type native_handle();
native_handle_type 59 uspace/lib/cpp/src/condition_variable.cpp condition_variable::native_handle_type condition_variable::native_handle()
native_handle_type 83 uspace/lib/cpp/src/condition_variable.cpp condition_variable_any::native_handle_type condition_variable_any::native_handle()
native_handle_type 48 uspace/lib/cpp/src/mutex.cpp mutex::native_handle_type mutex::native_handle()
native_handle_type 95 uspace/lib/cpp/src/mutex.cpp recursive_mutex::native_handle_type recursive_mutex::native_handle()
native_handle_type 124 uspace/lib/cpp/src/mutex.cpp timed_mutex::native_handle_type timed_mutex::native_handle()
native_handle_type 171 uspace/lib/cpp/src/mutex.cpp recursive_timed_mutex::native_handle_type recursive_timed_mutex::native_handle()
native_handle_type 72 uspace/lib/cpp/src/shared_mutex.cpp shared_timed_mutex::native_handle_type shared_timed_mutex::native_handle()
native_handle_type 110 uspace/lib/cpp/src/thread.cpp thread::native_handle_type thread::native_handle()
native_handle_type 117 uspace/lib/cpp/src/thread.cpp return (native_handle_type)id_;
HelenOS homepage, sources at GitHub