Searched refs:fuzzer_mutex (Results 1 – 1 of 1) sorted by relevance
1147 static pthread_mutex_t fuzzer_mutex = PTHREAD_MUTEX_INITIALIZER; variable1158 pthread_mutex_lock(&fuzzer_mutex); in sandbox_fuzzing_engine_get_input()1160 pthread_cond_wait(&fuzzer_cond, &fuzzer_mutex); in sandbox_fuzzing_engine_get_input()1163 pthread_mutex_unlock(&fuzzer_mutex); in sandbox_fuzzing_engine_get_input()1171 pthread_mutex_lock(&fuzzer_mutex); in LLVMFuzzerTestOneInput()1178 pthread_cond_wait(&fuzzer_cond, &fuzzer_mutex); in LLVMFuzzerTestOneInput()1187 pthread_cond_wait(&fuzzer_cond, &fuzzer_mutex); in LLVMFuzzerTestOneInput()1188 pthread_mutex_unlock(&fuzzer_mutex); in LLVMFuzzerTestOneInput()
Completed in 5 milliseconds