Re: [PATCH 1/1] v2: Implement Condclockwait and Test

2021-08-22 Thread Joel Sherrill
On Thu, Aug 19, 2021 at 11:20 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 new method. > pthread_cond_clockwait() has been added to the Issue 8 > POSIX Standard.

[PATCH 1/1] v2: Implement Condclockwait and Test

2021-08-19 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 new method. pthread_cond_clockwait() has been added to the Issue 8 POSIX Standard. psxcond03 test added to testsuites/psxtests to test the newly ad