Changeset 39d97ab in rtems for cpukit/posix/src/nanosleep.c

Timestamp:
07/26/16 18:13:36 (8 years ago)
Author:
Gedare Bloom <gedare@…>
Branches:
5, master
Children:
dfa2cdb
Parents:
f6fdf2e
Message:

cpukit: refactor nanosleep and use 64-bit timeout for threadq

  • Fixes a bug with elapsed time calculations misusing absolute time arguments in nanosleep_helper by passing the requested relative interval.
  • Fixes a bug with truncation of absolute timeouts by passing the full 64-bit value to Thread_queue_Enqueue.
  • Share yield logic between nanosleep and clock_nanosleep.

updates #2732

(No files)

Note: See TracChangeset for help on using the changeset viewer.