Home
last modified time | relevance | path

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

/external/honggfuzz/
Dsubproc.h48 bool subproc_runThread(honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*));
Dhonggfuzz.c295 if (!subproc_runThread(&hfuzz, &sigthread, signalThread)) { in main()
Dsubproc.c491 bool subproc_runThread(honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*)) { in subproc_runThread() function
Dfuzz.c538 if (!subproc_runThread(hfuzz, &hfuzz->threads.threads[i], fuzz_threadNew)) { in fuzz_threadsStart()