You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/11 06:01:08 UTC

[GitHub] [incubator-nuttx] btashton opened a new pull request #3515: Update _POSIX_TIMER and _POSIX_TIMEOUT defines

btashton opened a new pull request #3515:
URL: https://github.com/apache/incubator-nuttx/pull/3515


   ## Summary
   These two defines indicate these features.  Update/Add these defines to properly represent the functionality.
   ```
      TMO - _POSIX_TIMEOUTS - _SC_TIMEOUTS
          The following functions are present:
   
              mq_timedreceive()
              mq_timedsend()
              pthread_mutex_timedlock()
              pthread_rwlock_timedrdlock()
              pthread_rwlock_timedwrlock()
              sem_timedwait()
              posix_trace_timedgetnext_event()
   
      TMR - _POSIX_TIMERS - _SC_TIMERS
          The following functions are present:
   
              clock_getres()
              clock_gettime()
              clock_settime()
              nanosleep()
              timer_create()
              timer_delete()
              timer_gettime()
              timer_getoverrun()
              timer_settime()
   ```
   ## Impact
   Better represent available POSIX functionality.
   
   ## Testing
   Used with the LTP tests.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3515: Update _POSIX_TIMER and _POSIX_TIMEOUT defines

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3515:
URL: https://github.com/apache/incubator-nuttx/pull/3515


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org