Home
last modified time | relevance | path

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

/external/syzkaller/executor/
Dexecutor.cc281 static void write_call_output(thread_t* th, bool finished);
692 write_call_output(th, false); in execute_one()
793 write_call_output(th, true); in handle_completion()
832 void write_call_output(thread_t* th, bool finished) in write_call_output() function