1 2 3 4 5 6 7 8 9 10 11 12
#pragma once ///@file namespace nix { /** * Sets the name of the current operating system thread for the benefit of * debuggers. */ void setCurrentThreadName(const char * name); }