chore(thread): improve names

This commit is contained in:
fallenoak 2022-12-30 08:41:23 -06:00
parent e1c516b188
commit 6adee255ff
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#ifndef COMMON_THREAD_HPP
#define COMMON_THREAD_HPP
#include "common/thread/Tls.hpp"
#include "common/thread/OsTls.hpp"
#endif

View file

@ -1,4 +1,4 @@
#include "common/thread/Tls.hpp"
#include "common/thread/OsTls.hpp"
#include <storm/Thread.hpp>
#if defined(WHOA_SYSTEM_WIN)

View file

@ -1,5 +1,5 @@
#ifndef COMMON_THREAD_TLS_HPP
#define COMMON_THREAD_TLS_HPP
#ifndef COMMON_THREAD_OS_TLS_HPP
#define COMMON_THREAD_OS_TLS_HPP
#include <cstdint>