Nebula
Loading...
Searching...
No Matches
threadid.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
14
#if __WIN32__
15
#include "
threading/win32/win32threadid.h
"
16
#elif __OSX__
17
#include "
threading/osx/osxthreadid.h
"
18
#elif __linux__
19
#include "
threading/linux/linuxthreadid.h
"
20
#else
21
#error "Threading::ThreadId not implemented on this platform!"
22
#endif
23
//------------------------------------------------------------------------------
24
linuxthreadid.h
osxthreadid.h
win32threadid.h
code
foundation
threading
threadid.h
Generated on Wed Nov 13 2024 21:37:28 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.