Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp914 worker->hostGlobalCallQueue_.Push(worker->globalCallId_, data); in GlobalCall()
974 if (UNLIKELY(globalCallId_ == GLOBAL_CALL_ID_MAX)) { in IncreaseGlobalCallId()
975 globalCallId_ = 1; in IncreaseGlobalCallId()
977 globalCallId_++; in IncreaseGlobalCallId()
1509 if (pair.first == globalCallId_) { in HostOnGlobalCallInner()
1601 if (currentCallId != globalCallId_ || currentCallId == 0) { in HostOnGlobalCallInner()
H A Dworker.h592 std::atomic<uint32_t> globalCallId_ = 1; // 0: reserved for error check member in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp244 worker->globalCallId_ = GLOBAL_CALL_ID_MAX; in RemoveGlobalCallObject()
246 ASSERT_TRUE(worker->globalCallId_ == 1); in RemoveGlobalCallObject()
341 worker->globalCallId_ = 1; in HostOnGlobalCall()
364 worker->globalCallId_ = 1; in HostOnGlobalCallInner001()
390 worker->globalCallId_ = 1; in HostOnGlobalCallInner002()
419 worker->globalCallId_ = 1; in HostOnGlobalCallInner003()
453 worker->globalCallId_ = 1; in HostOnGlobalCallInner004()
486 worker->globalCallId_ = 0; in HostOnGlobalCallInner005()
518 worker->globalCallId_ = 1; in HostOnGlobalCallInner006()

Completed in 13 milliseconds