Searched refs:subproc_runThread (Results 1 – 4 of 4) sorted by relevance
48 bool subproc_runThread(honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*));
295 if (!subproc_runThread(&hfuzz, &sigthread, signalThread)) { in main()
491 bool subproc_runThread(honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*)) { in subproc_runThread() function
538 if (!subproc_runThread(hfuzz, &hfuzz->threads.threads[i], fuzz_threadNew)) { in fuzz_threadsStart()