Files
rtems/testsuites/psxtests/psxautoinit02/psxautoinit02.scn
T
Sebastian Huber 5222488573 posix: Implement self-contained POSIX condvar
POSIX condition variables are now available in all configurations and no
longer depend on --enable-posix.

Update #2514.
Update #3113.
2017-10-05 14:29:02 +02:00

15 lines
537 B
Plaintext

*** BEGIN OF TEST PSXAUTOINIT 2 ***
Init - pthread_cond_broadcast - auto initialize - OK
Init - pthread_cond_signal - auto initialize - OK
Init - pthread_cond_init - auto initialize - OK
Init - pthread_mutex_lock - OK
Init - pthread_cond_timedwait - auto initialize - OK
Init - pthread_mutex_unlock - OK
Init - pthread_mutex_destroy - OK
Init - pthread_cond_destroy - OK
Init - pthread_cond_destroy - OK
Init - pthread_cond_destroy - OK
Init - pthread_cond_destroy - OK
Init - pthread_cond_destroy - OK
*** END OF TEST PSXAUTOINIT 2 ***