| 737 | } |
| 738 | |
| 739 | void |
| 740 | background_thread_prefork0(tsdn_t *tsdn) { |
| 741 | malloc_mutex_prefork(tsdn, &background_thread_lock); |
| 742 | background_thread_enabled_at_fork = background_thread_enabled(); |
| 743 | } |
| 744 | |
| 745 | void |
| 746 | background_thread_prefork1(tsdn_t *tsdn) { |
no test coverage detected