--------------------------------------------------------------------- thread_number()
| 72 | // --------------------------------------------------------------------- |
| 73 | // thread_number() |
| 74 | size_t thread_number(void) |
| 75 | { // return thread_all_[thread_num].thread_num |
| 76 | return *thread_num_ptr_.get(); |
| 77 | } |
| 78 | // -------------------------------------------------------------------- |
| 79 | // function that gets called by boost thread constructor |
| 80 | void thread_work(size_t thread_num) |
no test coverage detected