HelenOS sources

thread_type        62 uspace/lib/cpp/include/__bits/thread/threading.hpp             static thread_type create(Callable clbl, Payload& pld)
thread_type        67 uspace/lib/cpp/include/__bits/thread/threading.hpp             static void start(thread_type thr)
thread_type        72 uspace/lib/cpp/include/__bits/thread/threading.hpp             static thread_type this_thread()
thread_type       223 uspace/lib/cpp/include/__bits/thread/threading.hpp     using thread_t       = typename threading::thread_type;
HelenOS homepage, sources at GitHub