|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <thread_id.hpp>
Static Public Member Functions | |
| static constexpr auto | make (std::uint64_t value) -> thread_id |
| static constexpr auto | value (thread_id id) noexcept -> std::uint64_t |
Definition at line 81 of file thread_id.hpp.
|
inlinestaticconstexpr |
Definition at line 84 of file thread_id.hpp.
References value().
Referenced by threadschedule::advanced::chaos_controller::chaos_controller(), threadschedule::advanced::composite_thread_registry::snapshot(), and threadschedule::thread_registry::snapshot().
|
inlinestaticconstexprnoexcept |
Definition at line 91 of file thread_id.hpp.
Referenced by make(), threadschedule::advanced::native_id(), and std::hash< threadschedule::thread_id >::operator()().