| 53 | } |
| 54 | |
| 55 | static void setup_threadpool_test() |
| 56 | { |
| 57 | // Disable logging entirely. It seems to cause memory leaks. |
| 58 | LogInstance().DisableLogging(); |
| 59 | } |
| 60 | |
| 61 | FUZZ_TARGET(threadpool, .init = setup_threadpool_test) |
| 62 | { |
nothing calls this directly
no test coverage detected