HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
stdthread.h
Go to the documentation of this file.
1
2
#ifdef WIN32
3
#pragma warning (push)
4
#pragma warning (disable : 4265)
5
#include <thread>
6
#pragma warning (pop)
7
#elif defined(MBSD)
8
#include <tbb/compat/thread>
9
#else
10
#include <thread>
11
#endif
stdthread.h
Generated on Sat May 10 2025 02:49:28 for HDK by
1.8.6