Home
last modified time | relevance | path

Searched refs:GLOBAL_CALL_ID_MAX (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp41 static constexpr uint32_t GLOBAL_CALL_ID_MAX = 4294967295; member
974 if (UNLIKELY(globalCallId_ == GLOBAL_CALL_ID_MAX)) { in IncreaseGlobalCallId()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp47 static constexpr uint32_t GLOBAL_CALL_ID_MAX = 4294967295; member
244 worker->globalCallId_ = GLOBAL_CALL_ID_MAX; in RemoveGlobalCallObject()

Completed in 19 milliseconds