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
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