15 #ifndef ECL_THREADS_THREAD_HPP_ 16 #define ECL_THREADS_THREAD_HPP_ 22 #include <ecl/config/ecl.hpp> 28 #if defined(ECL_HAS_POSIX_THREADS) 30 #elif defined(ECL_HAS_WIN32_THREADS) Win32 interface for the thread class.
Posix interface for the thread class.