ipc.h 448 B

12345678910111213141516171819
  1. /*
  2. * This file is only used for doxygen document generation.
  3. */
  4. /**
  5. * @addtogroup group_IPC
  6. * @{
  7. */
  8. /**
  9. * @defgroup group_Signal Signal
  10. * @brief signal is used for thread kill etc.
  11. *
  12. * A signal (also known as a soft interrupt signal), from a software perspective,
  13. * is a simulation of interrupt mechanism. When it comes to its principle,
  14. * thread receiving a signal is similar to processor receiving an interrupt request.
  15. */
  16. /**@}*/