Warning, /testsuites/psxtests/psxcond01/psxcond01.scn is written in an unsupported language. File is not indexed.
0001 *** POSIX TEST -- CONDITION VARIABLE 01 ***
0002 Init - pthread_mutex_init - Mutex1 - OK
0003 Init - pthread_mutex_init - Mutex2 - OK
0004 BlockingThread - pthread_cond_wait with mutex not locked - EPERM
0005 Init - pthread_cond_init - Condition - OK
0006 Init - pthread_create - OK
0007 Init - sleep to let BlockingThread run
0008 BlockingThread - pthread_cond_wait on Mutex1 - OK
0009 Init - pthread_cond_wait on Mutex2 - EINVAL
0010 *** END OF POSIX TEST CONDITION VARIABLE 01 ***