HelenOS sources
this_thread 164 uspace/lib/cpp/include/__bits/thread/mutex.hpp if (owner_ == this_thread::get_id())
this_thread 178 uspace/lib/cpp/include/__bits/thread/mutex.hpp if (owner_ == this_thread::get_id())
this_thread 271 uspace/lib/cpp/include/__bits/thread/thread.hpp friend id this_thread::get_id() noexcept;
this_thread 141 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(20ms);
this_thread 151 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(20ms);
this_thread 166 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(10ms); // Let the value be set inside state.
this_thread 213 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(5ms);
this_thread 223 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(5ms);
this_thread 345 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(20ms);
this_thread 347 uspace/lib/cpp/src/__bits/test/future.cpp std::this_thread::sleep_for(20ms);
this_thread 58 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 61 uspace/lib/cpp/src/mutex.cpp owner_ = this_thread::get_id();
this_thread 70 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 75 uspace/lib/cpp/src/mutex.cpp owner_ = this_thread::get_id();
this_thread 89 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 134 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 137 uspace/lib/cpp/src/mutex.cpp owner_ = this_thread::get_id();
this_thread 146 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 151 uspace/lib/cpp/src/mutex.cpp owner_ = this_thread::get_id();
this_thread 165 uspace/lib/cpp/src/mutex.cpp if (owner_ != this_thread::get_id())
this_thread 136 uspace/lib/cpp/src/thread.cpp return thread::id{aux::threading::thread::this_thread()};
HelenOS homepage, sources at GitHub