.. _program_listing_file__tmp_ws_src_ecl_core_ecl_threads_include_ecl_threads_thread.hpp: Program Listing for File thread.hpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_threads/include/ecl/threads/thread.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_THREADS_THREAD_HPP_ #define ECL_THREADS_THREAD_HPP_ /************************************************************************* * Includes ************************************************************************/ #include /***************************************************************************** ** Cross Platform Functionality *****************************************************************************/ #if defined(ECL_HAS_POSIX_THREADS) #include "thread_pos.hpp" #elif defined(ECL_HAS_WIN32_THREADS) #include "thread_win.hpp" #endif #endif /* ECL_THREADS_THREAD_HPP_*/