Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp73 if (!initPipe_ && syscall(SYS_pipe2, pfd_, O_CLOEXEC | O_NONBLOCK) == 0) { in CreatePipe()
82 syscall(SYS_close, pfd_[PIPE_WRITE]); in ~DfxAccessorsLocal()
83 syscall(SYS_close, pfd_[PIPE_READ]); in ~DfxAccessorsLocal()
98 return OHOS_TEMP_FAILURE_RETRY(syscall(SYS_write, pfd_[PIPE_WRITE], addr, sizeof(uintptr_t))) != -1; in IsValidFrame()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h67 int32_t pfd_[PIPE_NUM_SZ] = {-1, -1}; member in OHOS::HiviewDFX::DfxAccessorsLocal

Completed in 2 milliseconds