Re: [PATCH 1/1] v3: Implemention of Condclockwait and Test

2021-09-13 Thread Joel Sherrill
On Wed, Aug 25, 2021 at 7:42 AM Matt Joyce wrote: > > Added implementation of the pthread_cond_clockwait() > method to cpukit/posix/src/condclockwait.c. Additional > logic added to condwaitsupp.c to implement the new > method. Pthread_cond_clockwait() has been added to the > Issue 8 POSIX Standard

[PATCH 1/1] v3: Implemention of Condclockwait and Test

2021-08-25 Thread Matt Joyce
Added implementation of the pthread_cond_clockwait() method to cpukit/posix/src/condclockwait.c. Additional logic added to condwaitsupp.c to implement the new method. Pthread_cond_clockwait() has been added to the Issue 8 POSIX Standard. psxcond03 test added to testsuites/psxtests to test the newl