Changes between Initial Version and Version 5 of Ticket #14305
- Timestamp:
- May 17, 2020, 4:16:33 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14305 – Description
initial v5 1 1 TBB test reports: 2 2 3 ``` 3 {{{ 4 4 ../../src/test/harness.h:575, assertion !status: pthread_join failed 5 5 Abort 6 ``` 6 }}} 7 7 8 8 The code is: 9 9 10 ``` 10 {{{ 11 11 int status = pthread_join( thread_id, NULL ); 12 12 ASSERT( !status, "pthread_join failed" ); 13 ``` 13 }}} 14 14 15 15 Platform : Haiku shredder 1 hrev52138 Jul 26 2018 11:36:54 x86_64 x86_64 Haiku