Searched refs:INACTIVE (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 41 enum HostState { ACTIVE, INACTIVE }; enumerator 451 return hostState_.load(std::memory_order_acquire) == INACTIVE; in HostIsStop()
|
H A D | worker.cpp | 311 if (worker->UpdateHostState(INACTIVE)) { in WorkerDestructor() 1808 // make sure state sequence is ACTIVE, INACTIVE in UpdateHostState()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 259 UpdateHostState(worker, Worker::HostState::INACTIVE); in RemoveGlobalCallObject() 275 UpdateHostState(worker, Worker::HostState::INACTIVE); in TestHostOnMessageInner() 312 UpdateHostState(worker, Worker::HostState::INACTIVE); in HostOnGlobalCall() 548 UpdateHostState(worker, Worker::HostState::INACTIVE); in HandleGlobalCall() 564 UpdateHostState(worker, Worker::HostState::INACTIVE); in HostOnError() 620 UpdateHostState(worker, Worker::HostState::INACTIVE); in PublishWorkerOverSignal() 743 UpdateHostState(worker, Worker::HostState::INACTIVE); in HandleHostException() 752 UpdateHostState(worker, Worker::HostState::INACTIVE); in PostMessageToHostInner() 816 UpdateHostState(worker, Worker::HostState::INACTIVE); in ParentPortAddListenerInnerTest() 3435 UpdateHostState(worker, Worker::HostState::INACTIVE); in HWTEST_F() [all...] |
Completed in 13 milliseconds