| 213 | } |
| 214 | |
| 215 | static void test3_thread_callback(void* ctx) |
| 216 | { |
| 217 | const char* filepath = (const char*) ctx; |
| 218 | |
| 219 | test2(filepath); |
| 220 | } |
| 221 | |
| 222 | static int test3(char* filepath, int nthreads, int count) |
| 223 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…