#include "pls/internal/base/thread.h" namespace pls { namespace internal { namespace base { bool this_thread::local_storage_key_initialized_ = false; pthread_key_t this_thread::local_storage_key_; // implementation in header (C++ templating) } } }