#ifndef _TTHREAD_POOL_H_ #define _TTHREAD_POOL_H_ #include #include #if _OS_WIN #elif _OS_LINUX #else #error "Not Supported Operator System" #endif #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif // _TTHREAD_POOL_H_