18 #ifndef PSTORE_OS_THREAD_HPP 19 #define PSTORE_OS_THREAD_HPP 27 # define WIN32_LEAN_AND_MEAN 31 #include "pstore/support/gsl.hpp" 36 constexpr std::size_t name_size = 16;
37 void set_name (gsl::not_null<gsl::czstring> name);
38 gsl::czstring get_name (gsl::span<char, name_size> name );
39 std::string get_name ();
44 #endif // PSTORE_OS_THREAD_HPP Definition: nonpod2.cpp:40