Searched refs:PIPE_WRITE (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_pipe.cpp | 64 DFXLOGD("%{public}s :: pipe write fd: %{public}d", __func__, fds_[PIPE_WRITE]); in GetWriteFd() 67 return fds_[PIPE_WRITE]; in GetWriteFd() 96 if (fcntl(fds_[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in SetSize() 107 Close(fds_[PIPE_WRITE]); in Destroy()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | fp_unwinder.h | 103 if ((!ReadUptrSafe(prevFp, pfd[PIPE_WRITE], fp)) || in UnwindSafe() 104 (!ReadUptrSafe(prevFp + sizeof(uintptr_t), pfd[PIPE_WRITE], pc))) { in UnwindSafe() 112 syscall(SYS_close, pfd[PIPE_WRITE]); in UnwindSafe()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | cppcrash_reporter.cpp | 131 fcntl(pipeFd[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in WriteCppCrashInfoByPipe() 147 realWriteSize = OHOS_TEMP_FAILURE_RETRY(write(pipeFd[PIPE_WRITE], cppCrashInfo_.c_str(), sz)); in WriteCppCrashInfoByPipe() 148 close(pipeFd[PIPE_WRITE]); in WriteCppCrashInfoByPipe()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.cpp | 99 close(g_validPipe[PIPE_WRITE]); in UnwindFallback() 106 if (OHOS_TEMP_FAILURE_RETRY(syscall(SYS_write, g_validPipe[PIPE_WRITE], addr, sizeof(uintptr_t))) == -1) { in ReadUintptrSafe()
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_define.h | 60 static const int PIPE_WRITE = 1; variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 82 syscall(SYS_close, pfd_[PIPE_WRITE]); in ~DfxAccessorsLocal() 98 return OHOS_TEMP_FAILURE_RETRY(syscall(SYS_write, pfd_[PIPE_WRITE], addr, sizeof(uintptr_t))) != -1; in IsValidFrame()
|
Completed in 3 milliseconds