summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin02/psxspin02.scn
blob: 8e71ca6e1b0736c406f8b91bc1d0b21031a6439f (plain) (blame)
1
2
3
4
5
6
7
8
*** POSIX SPINLOCK TEST 02 ***
pthread_spin_init( &Spinlock, PTHREAD_PROCESS_PRIVATE ) -- OK
pthread_spin_lock( &Spinlock ) -- OK
pthread_spin_trylock( &Spinlock ) -- EBUSY
pthread_spin_unlock( &Spinlock ) -- EPERM
pthread_spin_unlock( &Spinlock ) -- OK
pthread_spin_destroy( &Spinlock ) -- OK
*** END OF POSIX SPINLOCK TEST 02 ***