HelenOS sources

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