[PATCH 0/1] Implementation and Test for pthread_cond_clockwait

Matt Joyce mfjoyce2004 at gmail.com
Wed Aug 18 11:17:11 UTC 2021


Dear RTEMS Maintainers,

I would like to submit the following patch for review.

It contains:
1) My implementation of the pthread_cond_clockwait() method
2) New test for the above method (psx17)
3) Necessary additions for building the test

Thank you very much for your time and I'll stand by for
any feedback.

Sincerely,

Matt

Matt Joyce (1):
  Added implementation / tests for pthread_cond_clockwait()

 cpukit/include/rtems/posix/condimpl.h         |   1 +
 cpukit/posix/src/condclockwait.c              |  69 +++
 cpukit/posix/src/condtimedwait.c              |   1 +
 cpukit/posix/src/condwait.c                   |   1 +
 cpukit/posix/src/condwaitsupp.c               |  64 ++-
 spec/build/testsuites/psxtests/grp.yml        |   2 +
 spec/build/testsuites/psxtests/psx17.yml      |  20 +
 testsuites/psxtests/Makefile.am               |   8 +
 testsuites/psxtests/configure.ac              |   1 +
 testsuites/psxtests/psx17/init.c              | 425 ++++++++++++++++++
 testsuites/psxtests/psx17/psx17.doc           |  45 ++
 testsuites/psxtests/psx17/psx17.scn           |  82 ++++
 testsuites/psxtests/psx17/system.h            |  57 +++
 .../psxhdrs/pthread/pthread_cond_clockwait.c  |   2 +-
 14 files changed, 761 insertions(+), 17 deletions(-)
 create mode 100644 cpukit/posix/src/condclockwait.c
 create mode 100644 spec/build/testsuites/psxtests/psx17.yml
 create mode 100644 testsuites/psxtests/psx17/init.c
 create mode 100644 testsuites/psxtests/psx17/psx17.doc
 create mode 100644 testsuites/psxtests/psx17/psx17.scn
 create mode 100644 testsuites/psxtests/psx17/system.h

-- 
2.31.1



More information about the devel mailing list