mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 02:57:14 +08:00
POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
15 lines
537 B
Plaintext
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 ***
|