Warning, /testsuites/psxtests/psxcond02/psxcond02.scn is written in an unsupported language. File is not indexed.
0001 *** BEGIN OF TEST PSXCOND 2 ***
0002 pthread_condattr_getclock (NULL attribute) - EINVAL
0003 pthread_condattr_getclock (NULL clock) - EINVAL
0004 pthread_condattr_setclock (NULL attribute) - EINVAL
0005 pthread_condattr_init - OK
0006 pthread_condattr_setclock (bad clock)- EINVAL
0007 pthread_condattr_setclock (CLOCK_PROCESS_CPUTIME_ID)- EINVAL
0008 pthread_condattr_setclock (CLOCK_THREAD_CPUTIME_ID)- EINVAL
0009 pthread_condattr_init - OK
0010 pthread_condattr_setclock (CLOCK_REALTIME)- OK
0011 pthread_condattr_setclock (CLOCK_MONOTONIC)- OK
0012 *** END OF TEST PSXCOND 2 ***