| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | unique_fd.h | 89 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, COMMON) << "Incorrect fd: " << fd; in DefaultCloser() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | unique_fd.h | 89 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, COMMON) << "Incorrect fd: " << fd; in DefaultCloser() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | thread_communicator.h | 46 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, PROFILER) << "Cannot close fd: " << fd; in ~ThreadCommunicator() local
|
| /arkcompiler/ets_runtime/compiler_service/test/mock/include/ecmascript/ |
| H A D | log_wrapper.h | 32 FATAL, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap_region_allocator.cpp | 64 LOG_ECMA_IF(AlignUp(mem, PANDA_POOL_ALIGNMENT_IN_BYTES) != mem, FATAL) << "region not align by 256KB"; in AllocateAlignedRegion() local
|
| H A D | linear_space.cpp | 262 LOG_ECMA_IF(AlignUp(mem, PANDA_POOL_ALIGNMENT_IN_BYTES) != mem, FATAL) << "region not align by 256KB"; in AllocRegion() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 115 LOG_IF(pthread_kill(pthread_handle, sig) != 0, FATAL, COMMON) << "pthread_kill failed"; in ThreadSendSignal() local
|
| H A D | signal.h | 34 LOG_IF(::sigemptyset(&sigset_) == -1, FATAL, COMMON) << "sigemptyset failed"; local 45 LOG_IF(::sigaddset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Add() local 50 LOG_IF(::sigdelset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Delete() local 62 LOG_IF(::pthread_sigmask(SIG_BLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in Block() local 67 LOG_IF(::pthread_sigmask(SIG_UNBLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in Unblock() local 73 LOG_IF(PANDA_FAILURE_RETRY(sigwait(&sigset_, &sig)) == -1, FATAL, COMMON) << "sigwait failed"; in Wait() local 79 LOG_IF(::pthread_sigmask(SIG_SETMASK, nullptr, &out.sigset_) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in GetCurrent() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 160 LOG_IF(pthread_kill(pthreadHandle, sig) != 0, FATAL, COMMON) << "pthread_kill failed"; in ThreadSendSignal() local
|
| H A D | signal.h | 34 LOG_IF(::sigemptyset(&sigset_) == -1, FATAL, COMMON) << "sigemptyset failed"; local 45 LOG_IF(::sigaddset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Add() local 50 LOG_IF(::sigdelset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Delete() local 62 LOG_IF(::pthread_sigmask(SIG_BLOCK, &sigset_, nullptr) != 0, FATAL, COMMON) << "pthread_sigmask failed"; in Block() local 67 LOG_IF(::pthread_sigmask(SIG_UNBLOCK, &sigset_, nullptr) != 0, FATAL, COMMON) << "pthread_sigmask failed"; in Unblock() local 73 LOG_IF(PANDA_FAILURE_RETRY(sigwait(&sigset_, &sig)) != 0, FATAL, COMMON) << "sigwait failed"; in Wait() local 79 LOG_IF(::pthread_sigmask(SIG_SETMASK, nullptr, &out.sigset_) != 0, FATAL, COMMON) << "pthread_sigmask failed"; in GetCurrent() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | log.h | 47 FATAL, enumerator 210 if constexpr (level == FATAL) { in ~StdLog() argument
|
| /arkcompiler/runtime_core/static_core/dprof/daemon/ |
| H A D | main.cpp | 216 PLOG_IF(::memset_s(&sa, sizeof(sa), 0, sizeof(sa)) != 0, FATAL, DPROF) << "memset_s failed"; in SetupSignals() local 218 PLOG_IF(::sigemptyset(&sa.sa_mask) == -1, FATAL, DPROF) << "sigemptyset() failed"; in SetupSignals() local 220 PLOG_IF(::sigaction(SIGINT, &sa, nullptr) == -1, FATAL, DPROF) << "sigaction(SIGINT) failed"; in SetupSignals() local 221 PLOG_IF(::sigaction(SIGHUP, &sa, nullptr) == -1, FATAL, DPROF) << "sigaction(SIGHUP) failed"; in SetupSignals() local 222 PLOG_IF(::sigaction(SIGTERM, &sa, nullptr) == -1, FATAL, DPROF) << "sigaction(SIGTERM) failed"; in SetupSignals() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | mpl_logging.h | 308 #define FATAL(num, fmt, ...) \ macro
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | helpers.h | 64 FATAL, member in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::util::LogLevel
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| H A D | jsnapi.h | 149 FATAL = 7, member in panda::RuntimeOption::LOG_LEVEL
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| H A D | paoc.cpp | 795 LOG_IF(IsLLVMAotMode() && !paocOptions_->IsPaocUseCha(), FATAL, COMPILER) CompileAot() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | thread.cpp | 504 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; in IsInNativeCode() local 513 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; in ManagedCodeBegin() local 520 LOG_IF(HasClearStack(), FATAL, RUNTIM in ManagedCodeEnd() local 530 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; IsManagedCode() local [all...] |