mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
chore(thread): improve names
This commit is contained in:
parent
e1c516b188
commit
6adee255ff
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef COMMON_THREAD_HPP
|
#ifndef COMMON_THREAD_HPP
|
||||||
#define COMMON_THREAD_HPP
|
#define COMMON_THREAD_HPP
|
||||||
|
|
||||||
#include "common/thread/Tls.hpp"
|
#include "common/thread/OsTls.hpp"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "common/thread/Tls.hpp"
|
#include "common/thread/OsTls.hpp"
|
||||||
#include <storm/Thread.hpp>
|
#include <storm/Thread.hpp>
|
||||||
|
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN)
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef COMMON_THREAD_TLS_HPP
|
#ifndef COMMON_THREAD_OS_TLS_HPP
|
||||||
#define COMMON_THREAD_TLS_HPP
|
#define COMMON_THREAD_OS_TLS_HPP
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue