Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h35 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
38 #define UNLIKELY(x) (!!(x)) macro
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp358 if (UNLIKELY(triggerGCCheckSignal_ == nullptr || uv_is_closing( in NotifyTaskFinished()
426 if (UNLIKELY(func == nullptr || args == nullptr)) { in PerformTask()
638 if (UNLIKELY(clearWorkerSignal_ == nullptr || uv_is_closing( in PostReleaseSignal()
H A Dtask_manager.cpp279 if (UNLIKELY(needChecking)) { in CheckForBlockedWorkers()
287 if (UNLIKELY(!isHandleInited_)) { in TryTriggerExpand()
309 if (UNLIKELY(fd == -1)) { in ReadThreadInfo()
548 if (UNLIKELY(suspend_)) { in TryExpand()
577 if (UNLIKELY(needChecking_)) { in RunTaskManager()
890 if (UNLIKELY(suspend_)) { in RestoreWorker()
1295 if (UNLIKELY(worker == nullptr)) { in TerminateTask()
H A Dtask.cpp1093 if (UNLIKELY(currentTaskInfo_ == nullptr)) { in DeserializeValue()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp974 if (UNLIKELY(globalCallId_ == GLOBAL_CALL_ID_MAX)) { in IncreaseGlobalCallId()

Completed in 11 milliseconds