Home
last modified time | relevance | path

Searched refs:g_pipeFds (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_dumprequest.c84 static int g_pipeFds[PIPE_MAX][2] = { variable
230 pipefd[0] = g_pipeFds[WRITE_TO_DUMP][0]; in DFX_ExecDump()
231 pipefd[1] = g_pipeFds[WRITE_TO_DUMP][1]; in DFX_ExecDump()
445 syscall(SYS_close, g_pipeFds[WRITE_TO_DUMP][0]); in StartVMProcessUnwind()
449 OHOS_TEMP_FAILURE_RETRY(write(g_pipeFds[WRITE_TO_DUMP][1], pids, sizeof(pids))); in StartVMProcessUnwind()
450 syscall(SYS_close, g_pipeFds[WRITE_TO_DUMP][1]); in StartVMProcessUnwind()
453 syscall(SYS_close, g_pipeFds[READ_FORM_DUMP_TO_VIRTUAL][1]); in StartVMProcessUnwind()
454 OHOS_TEMP_FAILURE_RETRY(read(g_pipeFds[READ_FORM_DUMP_TO_VIRTUAL][0], &finishUnwind, sizeof(finishUnwind))); in StartVMProcessUnwind()
455 syscall(SYS_close, g_pipeFds[READ_FORM_DUMP_TO_VIRTUAL][0]); in StartVMProcessUnwind()
481 CleanFd(&g_pipeFds[ in CleanPipe()
[all...]

Completed in 1 milliseconds