Files
rtems/testsuites/psxtests/psxsignal06/psxsignal06.scn
Joel Sherrill 4fcd106dd4 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
	sleep() (e.g. interruptible blocking and sleeping) are interruptible
	by signal.
	* psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
	psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
2010-10-21 22:05:17 +00:00

12 lines
366 B
Plaintext

*** POSIX TEST SIGNAL 06 ***
Init: pthread_cond_init - OK
Init: pthread_mutex_init - OK
Init: pthread_create - OK
Test: Unblock SIGUSR1
Test: pthread_cond_wait - OK
Init: pthread_kill - SIGUSR to Test Thread - OK
Test: pthread_cond_wait - interrupted by signal
Init: pthread_kill - SIGUSR to Test Thread - OK
Test: seconds left=8
*** END OF POSIX TEST SIGNAL 06 ***