Searched refs:call_index (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/executor/ |
D | executor.cc | 189 int call_index; member 246 uint32 call_index; member 278 static thread_t* schedule_call(int call_index, int call_num, bool colliding, uint64 copyout_index, … 539 int call_index = 0; in execute_one() local 640 thread_t* th = schedule_call(call_index++, call_num, colliding, copyout_index, in execute_one() 643 if (colliding && (call_index % 2) == 0) { in execute_one() 705 thread_t* schedule_call(int call_index, int call_num, bool colliding, uint64 copyout_index, uint64 … in schedule_call() argument 722 debug("scheduling call %d [%s] on thread %d\n", call_index, syscalls[call_num].name, th->id); in schedule_call() 732 th->call_index = call_index; in schedule_call() 786 …debug("completion of call %d [%s] on thread %d\n", th->call_index, syscalls[th->call_num].name, th… in handle_completion() [all …]
|