[PATCH 0/1] v2: Implement Condclockwait and Test
Matt Joyce
mfjoyce2004 at gmail.com
Thu Aug 19 16:20:22 UTC 2021
Dr Joel,
Thank you for your feedback! This patch aims to implement
your suggested edits.
Sincerely,
Matt
Matt Joyce (1):
Added implementation / tests for pthread_cond_clockwait()
cpukit/include/rtems/posix/condimpl.h | 7 +-
cpukit/posix/src/condclockwait.c | 78 +++
cpukit/posix/src/condtimedwait.c | 3 +-
cpukit/posix/src/condwait.c | 6 +-
cpukit/posix/src/condwaitsupp.c | 75 ++-
spec/build/testsuites/psxtests/grp.yml | 2 +
spec/build/testsuites/psxtests/psxcond03.yml | 20 +
testsuites/psxtests/Makefile.am | 9 +
testsuites/psxtests/configure.ac | 1 +
testsuites/psxtests/psxcond03/init.c | 531 ++++++++++++++++++
testsuites/psxtests/psxcond03/psxcond03.doc | 44 ++
testsuites/psxtests/psxcond03/psxcond03.scn | 67 +++
testsuites/psxtests/psxcond03/system.h | 61 ++
.../psxhdrs/pthread/pthread_cond_clockwait.c | 2 +-
14 files changed, 875 insertions(+), 31 deletions(-)
create mode 100644 cpukit/posix/src/condclockwait.c
create mode 100644 spec/build/testsuites/psxtests/psxcond03.yml
create mode 100644 testsuites/psxtests/psxcond03/init.c
create mode 100644 testsuites/psxtests/psxcond03/psxcond03.doc
create mode 100644 testsuites/psxtests/psxcond03/psxcond03.scn
create mode 100644 testsuites/psxtests/psxcond03/system.h
--
2.31.1
More information about the devel
mailing list