psxtmtests: Generating .scn (Screen Shots) #8

This commit is contained in:
Alex Ivanov
2013-01-15 10:03:55 -06:00
committed by Jennifer Averett
parent 408a16edb5
commit 79060eb608
7 changed files with 30 additions and 0 deletions
@@ -0,0 +1,4 @@
*** POSIX TIME TEST PSXTMMUTEX01 ***
pthread_mutex_init 28
pthread_mutex_destroy 32
*** END OF POSIX TIME TEST PSXTMMUTEX01 ***
@@ -0,0 +1,3 @@
*** POSIX TIME TEST PSXTMMUTEX02 ***
pthread_mutex_lock - unavailable, block 98
*** END OF POSIX TIME TEST PSXTMMUTEX02 ***
@@ -0,0 +1,9 @@
*** POSIX TIME TEST PSXTMMUTEX03 ***
pthread_mutex_lock - available 12
pthread_mutex_unlock - no threads waiting 26
pthread_mutex_trylock - available 12
pthread_mutex_trylock - not available 12
pthread_mutex_unlock - no threads waiting 27
pthread_mutex_timedlock - available 14
pthread_mutex_unlock - no threads waiting 26
*** END OF POSIX TIME TEST PSXTMMUTEX03 ***
@@ -0,0 +1,3 @@
*** POSIX TIME TEST PSXTMMUTEX04 ***
pthread_mutex_timedlock - not available, block 98
*** END OF POSIX TIME TEST PSXTMMUTEX04 ***
@@ -0,0 +1,3 @@
*** POSIX TIME TEST PSXTMMUTEX05 ***
pthread_mutex_unlock - unblocking, no preemption 37
*** END OF POSIX TIME TEST PSXTMMUTEX05 ***
@@ -0,0 +1,3 @@
*** POSIX TIME TEST PSXTMMUTEX02 ***
pthread_mutex_unlock - unblocking, preempt 96
*** END OF POSIX TIME TEST PSXTMMUTEX07 ***
@@ -0,0 +1,5 @@
*** POSIX TIME TEST PSXTMMUTEX07 ***
pthread_mutex_getprioceiling 11
pthread_mutex_setprioceiling 40
pthread_mutex_getprioceiling 12
*** END OF POSIX TIME TEST PSXTMMUTEX07 ***