.. _program_listing_file__tmp_ws_src_ecl_core_ecl_threads_include_ecl_threads_priority.hpp: Program Listing for File priority.hpp ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_threads/include/ecl/threads/priority.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_THREADS_PRIORITY_HPP_ #define ECL_THREADS_PRIORITY_HPP_ /***************************************************************************** ** Cross Platform Implementation *****************************************************************************/ #include // ECL_ macros #include "priority_common.hpp" #if defined(ECL_IS_POSIX) #include "priority_pos.hpp" #elif defined(ECL_HAS_WIN32_THREADS) #include "priority_win.hpp" #endif #endif /*ECL_THREADS_PRIORITY_HPP_*/