Changeset c64c638 in rtems for cpukit/posix/src/clocknanosleep.c
- Timestamp:
- 08/01/22 07:03:11 (10 months ago)
- Branches:
- master
- Children:
- 52b7a58
- Parents:
- 071640d
- git-author:
- Sebastian Huber <sebastian.huber@…> (08/01/22 07:03:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/04/22 05:55:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/clocknanosleep.c
r071640d rc64c638 83 83 } else { 84 84 absolute = false; 85 86 /* 87 * A relative CLOCK_REALTIME time out shall not be affected by 88 * CLOCK_REALTIME changes through clock_settime(). Since our 89 * CLOCK_REALTIME is basically just CLOCK_MONOTONIC plus an offset, we can 90 * simply use the CLOCK_MONOTONIC watchdog for relative CLOCK_REALTIME time 91 * outs. 92 */ 93 clock_id = CLOCK_MONOTONIC; 85 94 } 86 95
Note: See TracChangeset
for help on using the changeset viewer.