HomeSort by relevance Sort by last modified time
    Searched refs:threadsMax (Results 1 - 6 of 6) sorted by null

  /external/honggfuzz/
honggfuzz.c 186 pthread_t threads[hfuzz.threads.threadsMax];
202 if (ATOMIC_GET(hfuzz.threads.threadsFinished) >= hfuzz.threads.threadsMax) {
cmdline.c 143 if (hfuzz->threads.threadsMax >= _HF_THREAD_MAX) {
145 hfuzz->threads.threadsMax, _HF_THREAD_MAX);
172 hfuzz->threads.threadsMax = 1;
249 .threadsMax =
489 hfuzz->threads.threadsMax = atol(optarg);
627 "threads.threadsMax: %zu, "
636 hfuzz->threads.threadsMax, hfuzz->io.fileExtn, hfuzz->exe.asLimit, hfuzz->exe.rssLimit,
honggfuzz.h 198 size_t threadsMax;
display.c 207 hfuzz->threads.threadsMax, num_cpu, cpuUse, cpuUse / num_cpu);
subproc.c 299 run->global->threads.threadsMax);
fuzz.c 232 while (ATOMIC_GET(cnt) < hfuzz->threads.threadsMax) {
723 for (size_t i = 0; i < hfuzz->threads.threadsMax; i++) {
729 for (size_t i = 0; i < hfuzz->threads.threadsMax; i++) {

Completed in 172 milliseconds