HelenOS sources

get_id            164 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 if (owner_ == this_thread::get_id())
get_id            178 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 if (owner_ == this_thread::get_id())
get_id            174 uspace/lib/cpp/include/__bits/thread/thread.hpp             id get_id() const noexcept;
get_id            214 uspace/lib/cpp/include/__bits/thread/thread.hpp         thread::id get_id() noexcept;
get_id            271 uspace/lib/cpp/include/__bits/thread/thread.hpp             friend id this_thread::get_id() noexcept;
get_id             58 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
get_id             61 uspace/lib/cpp/src/mutex.cpp             owner_ = this_thread::get_id();
get_id             70 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
get_id             75 uspace/lib/cpp/src/mutex.cpp                 owner_ = this_thread::get_id();
get_id             89 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
get_id            134 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
get_id            137 uspace/lib/cpp/src/mutex.cpp             owner_ = this_thread::get_id();
get_id            146 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
get_id            151 uspace/lib/cpp/src/mutex.cpp                 owner_ = this_thread::get_id();
get_id            165 uspace/lib/cpp/src/mutex.cpp         if (owner_ != this_thread::get_id())
HelenOS homepage, sources at GitHub