This is an automated email from the ASF dual-hosted git repository.

ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 78d05ff811c arm64: remove busy wait flag
     new 47ce6590b77 sched/hrtimer: Fixed hrtimer_starttimer.
     new d18fd4640e0 sched/hrtimer: Fix functional correctness issue in SMP.
     new b2fadb8529e sched/hrtimer: Fix functional correctness issue in 
synchronization.
     new 65bc3db6243 sched/hrtimer: Add hrtimer_wait to simplify the wait.
     new 89dbed25a0d sched/hrtimer: Replace hrtimer_gettime with 
clock_systime_nsec.
     new 4d283260abd sched/hrtimer: Add hrtimer_gettime.
     new a6d64a1a83d sched/hrtimer: Simplify the hrtimer_cancel.
     new 0048a5c21bb sched/hrtimer: Fix the functional correctness issue in 
hrtimer_start.
     new fdf3eb0d560 sched/hrtimer: Update the documentation.
     new f1b355f118a sched/hrtimer: Update the comments.
     new 281f9fc0c0f sched/hrtimer: Rename the HRTIMER_CANCEL_SYNC_DELAY 
timeout.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../reference/os/hrtimer_state_machine.png         | Bin 357712 -> 0 bytes
 Documentation/reference/os/time_clock.rst          | 165 ++++++++++--
 include/nuttx/clock.h                              |  22 ++
 include/nuttx/hrtimer.h                            |  70 +++--
 sched/hrtimer/CMakeLists.txt                       |  10 +-
 sched/hrtimer/Make.defs                            |   1 +
 sched/hrtimer/hrtimer.h                            | 298 ++++++++++++++++++---
 sched/hrtimer/hrtimer_cancel.c                     | 127 +++------
 .../hrtimer/hrtimer_gettime.c                      |  36 +--
 sched/hrtimer/hrtimer_initialize.c                 |   6 +-
 sched/hrtimer/hrtimer_process.c                    |  39 ++-
 sched/hrtimer/hrtimer_start.c                      |  45 ++--
 sched/sched/sched_timer.c                          |   2 +-
 13 files changed, 582 insertions(+), 239 deletions(-)
 delete mode 100644 Documentation/reference/os/hrtimer_state_machine.png
 copy libs/libc/pthread/pthread_condattr_destroy.c => 
sched/hrtimer/hrtimer_gettime.c (72%)

Reply via email to