libgit2/tests/threads/thread_helpers.h
2021-12-10 16:42:08 +05:30

9 lines
151 B
C

#include "thread.h"
void run_in_parallel(
int repeats,
int threads,
void *(*func)(void *),
void (*before_test)(void),
void (*after_test)(void));