| 455 | } |
| 456 | |
| 457 | bool hdr_record_value_atomic(struct hdr_histogram* h, int64_t value) |
| 458 | { |
| 459 | return hdr_record_values_atomic(h, value, 1); |
| 460 | } |
| 461 | |
| 462 | bool hdr_record_values(struct hdr_histogram* h, int64_t value, int64_t count) |
| 463 | { |
no test coverage detected