.. _program_listing_file__tmp_ws_src_ecl_core_ecl_threads_include_ecl_threads_priority_common.hpp: Program Listing for File priority_common.hpp ============================================ |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_threads/include/ecl/threads/priority_common.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_THREADS_PRIORITY_COMMON_HPP_ #define ECL_THREADS_PRIORITY_COMMON_HPP_ /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { /***************************************************************************** ** Common types *****************************************************************************/ enum Priority { DefaultPriority = 0, UnknownPriority, BackgroundPriority, LowPriority, NormalPriority, HighPriority, CriticalPriority, RealTimePriority1, RealTimePriority2, RealTimePriority3, RealTimePriority4, }; } // namespace ecl #endif /*ECL_THREADS_PRIORITY_COMMON_HPP_*/