Welcome to mirror list, hosted at ThFree Co, Russian Federation.

thread_helpers.h « threads « tests - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c13cfb6bb44f9f0532397a1eb7b0570f73025c8 (plain)
1
2
3
4
5
6
7
8
#include "thread-utils.h"

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