std_thread.h
- Provided by: libstdc++-14-doc (Version: 14.2.0-4ubuntu2~24.04.1)
- Source: gcc-14
- Report a bug
struct std::hash< thread::id >
std::hash specialization for thread::id. class std::thread::id
class std::thread
namespace std
ISO C++ entities toplevel namespace is std. namespace std::this_thread
ISO C++ 2011 namespace for interacting with the current thread.
thread::id std::this_thread::get_id () noexcept
The unique identifier of the current thread. void
std::this_thread::yield () noexcept
Allow the implementation to schedule a different thread.
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <thread>.
Generated automatically by Doxygen for libstdc++ from the source code.