| 64 | }; |
| 65 | |
| 66 | struct bPload { |
| 67 | uint32_t threadid; |
| 68 | uint64_t from; |
| 69 | uint64_t to; |
| 70 | uint64_t counter; |
| 71 | uint64_t workload; |
| 72 | uint32_t aux; |
| 73 | uint32_t finished; |
| 74 | }; |
| 75 | |
| 76 | |
| 77 |
nothing calls this directly
no outgoing calls
no test coverage detected