| 743 | } |
| 744 | |
| 745 | void |
| 746 | background_thread_prefork1(tsdn_t *tsdn) { |
| 747 | for (unsigned i = 0; i < max_background_threads; i++) { |
| 748 | malloc_mutex_prefork(tsdn, &background_thread_info[i].mtx); |
| 749 | } |
| 750 | } |
| 751 | |
| 752 | void |
| 753 | background_thread_postfork_parent(tsdn_t *tsdn) { |
no test coverage detected