.. _program_listing_file__tmp_ws_src_ecl_core_ecl_threads_include_ecl_threads.hpp: Program Listing for File threads.hpp ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_threads/include/ecl/threads.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_THREADS_HPP_ #define ECL_THREADS_HPP_ /***************************************************************************** ** Includes *****************************************************************************/ /***************************************************************************** ** Includes *****************************************************************************/ /* * Guard against the qt macros. */ #ifdef emit #undef emit #define replace_qt_emit #endif //#include "threads/barrier.hpp" #include "threads/mutex.hpp" #include "threads/priority.hpp" #include "threads/thread.hpp" #include "threads/threadable.hpp" #ifdef replace_qt_emit #define emit #endif #endif /* ECL_THREADS_HPP_ */