HomeSort by relevance Sort by last modified time
    Searched refs:attachedPid (Results 1 - 3 of 3) sorted by null

  /external/honggfuzz/linux/
arch.c 62 if (run->global->persistent && run->linux.attachedPid == run->pid) {
65 if (run->global->linux.pid > 0 && run->linux.attachedPid == run->global->linux.pid) {
222 run->linux.attachedPid = pid;
  /external/honggfuzz/
honggfuzz.h 315 pid_t attachedPid;
fuzz.c 323 .attachedPid = 0,
646 .linux.attachedPid = 0,

Completed in 517 milliseconds