| 83 | }; |
| 84 | |
| 85 | struct bPload { |
| 86 | uint32_t threadid; |
| 87 | uint64_t from; |
| 88 | uint64_t to; |
| 89 | uint64_t counter; |
| 90 | uint64_t workload; |
| 91 | uint32_t aux; |
| 92 | uint32_t finished; |
| 93 | }; |
| 94 | |
| 95 | #if defined(_WIN64) && !defined(__CYGWIN__) |
| 96 | #define PACK( __Declaration__ ) __pragma( pack(push, 1) ) __Declaration__ __pragma( pack(pop)) |
nothing calls this directly
no outgoing calls
no test coverage detected