thread_number
| 55 | // |
| 56 | // thread_number |
| 57 | size_t thread_number(void) |
| 58 | { std::thread::id thread_id = std::this_thread::get_id(); |
| 59 | return thread_id2num_.at( thread_id ); |
| 60 | } |
| 61 | // |
| 62 | // partial |
| 63 | double partial( |
no outgoing calls
no test coverage detected