Home
last modified time | relevance | path

Searched refs:nr_thr (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dmemrw.c26 static int nr_thr; // nr of threads (hardcoded to 1 currently) variable
107 nr_thr = 1; in main()
132 ret = pthread_create(&thr, NULL, memrw_fn, &nr_thr); in main()