Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp37 static pid_t volatile g_child; variable
211 g_child = pid; in CustomPopen()
231 kill(g_child, SIGKILL); in CustomPclose()
232 if (waitpid(g_child, &stat, 0) == -1) { in CustomPclose()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp42 static pid_t volatile g_child; variable
516 g_child = pid; in CustomPopen()
532 kill(g_child, SIGKILL); in CustomPclose()
533 if (waitpid(g_child, &stat, 0) == -1) { in CustomPclose()