Searched refs:threadState_ (Results 1 – 4 of 4) sorted by relevance
1062 formRenderRecordPtr_->threadState_ = std::make_shared<ThreadState>(2);1076 formRenderRecordPtr_->threadState_ = std::make_shared<ThreadState>(1);1218 formRenderRecordPtr_->threadState_ = std::make_shared<ThreadState>(1);1219 ASSERT_NE(formRenderRecordPtr_->threadState_, nullptr);1221 EXPECT_EQ(formRenderRecordPtr_->threadState_->state_, 0);
117 threadState_ = std::make_shared<ThreadState>(CHECK_THREAD_TIME); in FormRenderRecord()314 threadState_->NextState(); in RunTask()316 threadState_->GetCurrentState(), bundleName_.c_str()); in RunTask()318 return threadState_->IsMaxState() ? TaskState::BLOCK : TaskState::RUNNING; in RunTask()362 threadState_->ResetState(); in MarkThreadAlive()
300 std::shared_ptr<ThreadState> threadState_; variable
463 threadState_ = threadState; in SetThreadState()469 return threadState_; in GetThreadState()496 bool threadState_ = false; member in __anon5fa36e6d0110::ApiPressureTest