summaryrefslogtreecommitdiff
path: root/tests/threads/thread_helpers.h
blob: 0f23a4ce06d3c60b2ef88fa6aaa7b38c5937a334 (plain)
1
2
3
4
5
6
7
8
#include "thread.h"

void run_in_parallel(
	int repeats,
	int threads,
	void *(*func)(void *),
	void (*before_test)(void),
	void (*after_test)(void));