Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp937 return !worker->workerGlobalCallQueue_.IsEmpty() || !worker->globalCallSuccess_; in GlobalCall()
946 if (!worker->globalCallSuccess_) { in GlobalCall()
969 globalCallSuccess_ = true; in InitGlobalCallStatus()
1481 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1493 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1502 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1522 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1536 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1548 globalCallSuccess_ = false; in HostOnGlobalCallInner()
1562 globalCallSuccess_ in HostOnGlobalCallInner()
[all...]
H A Dworker.h598 std::atomic<bool> globalCallSuccess_ = true; member in Commonlibrary::Concurrent::WorkerModule::Worker

Completed in 4 milliseconds