# # ChangeLog for tests/concurrent/pthread # # Generated by Trac 1.2.1 # May 1, 2024, 4:41:37 AM Thu, 11 Aug 2022 00:33:42 GMT z277zhu [428adbc] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * libcfa/src/interpose.cfa (modified) * tests/concurrent/pthread/.expect/pthread_attr_test.txt (modified) * tests/concurrent/pthread/bounded_buffer.cfa (modified) * tests/concurrent/pthread/pthread_attr_test.cfa (modified) * tests/concurrent/pthread/pthread_cond_test.cfa (modified) * tests/concurrent/pthread/pthread_demo_create_join.cfa (modified) * tests/concurrent/pthread/pthread_key_test.cfa (modified) * tests/concurrent/pthread/pthread_once_test.cfa (modified) fix pthread_sig* interpose problems; add test doc Signed-off-by: ... Mon, 08 Aug 2022 17:00:27 GMT z277zhu [20be782] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * libcfa/src/interpose.cfa (modified) * tests/collections/stack.cfa (modified) * tests/concurrent/pthread/.expect/bounded_buffer.txt (added) * tests/concurrent/pthread/.expect/pthread_attr_test.txt (added) * tests/concurrent/pthread/.expect/pthread_cond_test.txt (added) * tests/concurrent/pthread/.expect/pthread_demo_create_join.txt (added) * tests/concurrent/pthread/.expect/pthread_demo_lock.txt (added) * tests/concurrent/pthread/.expect/pthread_key_test.txt (added) * tests/concurrent/pthread/.expect/pthread_once_test.txt (added) * tests/concurrent/pthread/bounded_buffer.cfa (added) * tests/concurrent/pthread/pthread_attr_test.cfa (added) * tests/concurrent/pthread/pthread_cond_test.cfa (added) * tests/concurrent/pthread/pthread_demo_create_join.cfa (added) * tests/concurrent/pthread/pthread_demo_lock.cfa (added) * tests/concurrent/pthread/pthread_key_test.cfa (added) * tests/concurrent/pthread/pthread_once_test.cfa (added) add pthread