summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcond01/psxcond01.scn
blob: 9e306ccb64dbb4cf88e15b5e11c248871c89095f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
*** POSIX TEST -- CONDITION VARIABLE 01 ***
Init - pthread_mutex_init - Mutex1 - OK
Init - pthread_mutex_init - Mutex2 - OK
BlockingThread - pthread_cond_wait with mutex not locked - EPERM
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 ***