| 2348 | } |
| 2349 | |
| 2350 | static prof_tdata_t * |
| 2351 | prof_tdata_reset_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, |
| 2352 | void *arg) { |
| 2353 | tsdn_t *tsdn = (tsdn_t *)arg; |
| 2354 | |
| 2355 | return (prof_tdata_expire(tsdn, tdata) ? tdata : NULL); |
| 2356 | } |
| 2357 | |
| 2358 | void |
| 2359 | prof_reset(tsd_t *tsd, size_t lg_sample) { |
nothing calls this directly
no test coverage detected