Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_performance_test.cpp73 pid_t watchPid = 0; variable
91 watchPid = stoi(pch);
92 printf("try to kill usb_watch_process.sh, pid: %d\n", watchPid);
93 kill(watchPid, SIGKILL);
H A Dusb_host_performance_test.cpp74 pid_t watchPid = 0; variable
92 watchPid = stoi(pch);
93 printf("try to kill usb_watch_process.sh, pid: %d\n", watchPid);
94 kill(watchPid, SIGKILL);