pstore2
Functions | Variables
thread.hpp File Reference
#include <cstdint>
#include <cstdlib>
#include <string>
#include "pstore/support/gsl.hpp"
Include dependency graph for thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pstore::threads::set_name (gsl::not_null< gsl::czstring > name)
 
gsl::czstring pstore::threads::get_name (gsl::span< char, name_size > name)
 
std::string pstore::threads::get_name ()
 

Variables

constexpr std::size_t pstore::threads::name_size = 16