Revision 6c5df8c1 urt_osal.h

View differences:

urt_osal.h
669 669
  void urtThreadTerminate(urt_osThread_t* thread, urt_osThreadTerminateSignal_t sig);
670 670
#endif /* !defined(urtThreadTerminate) */
671 671

  
672
#if !defined(urtThreadShouldTerminate) || defined(__DOXYGEN__)
673
  /**
674
   * @brief   Retrieve whether the calling thread has been requested to terminate.
675
   *
676
   * @return  Indicator, whether the thread shoud terminate.
677
   */
678
  bool urtThreadShouldTerminate(void);
679
#endif /* !defined(urtThreadShouldTerminate) */
680

  
672 681
#if !defined(urtThreadJoin) || defined(__DOXYGEN__)
673 682
  /**
674 683
   * @brief   Wait for a thread to terminate.

Also available in: Unified diff