]> git.tdb.fi Git - libs/core.git/blob - thread_platform.h
0477a6d7efc34683abf101a28c4cd5a728da3e5f
[libs/core.git] / thread_platform.h
1 #ifndef MSP_CORE_THREAD_PLATFORM_H_
2 #define MSP_CORE_THREAD_PLATFORM_H_
3
4 #include <pthread.h>
5
6 namespace Msp {
7
8 typedef pthread_t ThreadHandle;
9 typedef void *ThreadReturn;
10
11 #define THREAD_CALL
12
13 } // namespace Msp
14
15 #endif