Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_runner.cpp35 if (LIKELY(runner_ != nullptr)) { in Run()
46 if (LIKELY(callback_.callback != nullptr)) { in Run()
H A Dworker.cpp323 if (LIKELY(performTaskSignal_ != nullptr && !uv_is_closing(reinterpret_cast<uv_handle_t*>(performTaskSignal_)))) { in NotifyExecuteTask()
583 if (LIKELY(state_ != WorkerState::BLOCKED)) { in UpdateExecutedInfo()
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h34 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
37 #define LIKELY(x) (!!(x)) macro

Completed in 2 milliseconds