summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcond01/psxcond01.scn
blob: 18b434832e13be4d9df2275e6c6e318928468182 (plain) (blame)
1
2
3
4
5
6
7
8
9
*** POSIX TEST -- CONDITION VARIABLE 01 ***
Init - pthread_mutex_init - Mutex1 - OK
Init - pthread_mutex_init - Mutex2 - OK
Init - pthread_cond_init - Condition - OK
Init -  pthread_create - OK
Init - sleep to let BlockingThread run
BlockingThread - pthread_cond_wait on Mutex1 - OK
Init - pthread_cond_wait on Mutex2 - EINVAL
*** END OF POSIX TEST CONDITION VARIABLE 01 ***