Home
last modified time | relevance | path

Searched defs:FATAL (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Dunique_fd.h89 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 Dunique_fd.h89 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 Dthread_communicator.h46 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 Dlog_wrapper.h32 FATAL, enumerator
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp64 LOG_ECMA_IF(AlignUp(mem, PANDA_POOL_ALIGNMENT_IN_BYTES) != mem, FATAL) << "region not align by 256KB"; in AllocateAlignedRegion() local
H A Dlinear_space.cpp262 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 Dthread.cpp115 LOG_IF(pthread_kill(pthread_handle, sig) != 0, FATAL, COMMON) << "pthread_kill failed"; in ThreadSendSignal() local
H A Dsignal.h34 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 Dthread.cpp160 LOG_IF(pthread_kill(pthreadHandle, sig) != 0, FATAL, COMMON) << "pthread_kill failed"; in ThreadSendSignal() local
H A Dsignal.h34 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 Dlog.h47 FATAL, enumerator
210 if constexpr (level == FATAL) { in ~StdLog() argument
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp216 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 Dmpl_logging.h308 #define FATAL(num, fmt, ...) \ macro
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h64 FATAL, member in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::util::LogLevel
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h149 FATAL = 7, member in panda::RuntimeOption::LOG_LEVEL
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp795 LOG_IF(IsLLVMAotMode() && !paocOptions_->IsPaocUseCha(), FATAL, COMPILER) CompileAot() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp504 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...]

Completed in 16 milliseconds