Searched refs:thread_list (Results 1 – 13 of 13) sorted by relevance
145 std::vector<ThreadStatus> thread_list; in TEST_F() local148 env->GetThreadList(&thread_list); in TEST_F()150 for (auto thread_status : thread_list) { in TEST_F()169 env->GetThreadList(&thread_list); in TEST_F()174 for (auto thread_status : thread_list) { in TEST_F()283 std::vector<ThreadStatus> thread_list; in TEST_F() local284 env->GetThreadList(&thread_list); in TEST_F()296 env->GetThreadList(&thread_list); in TEST_F()308 env->GetThreadList(&thread_list); in TEST_F()320 env->GetThreadList(&thread_list); in TEST_F()[all …]
159 std::vector<ThreadStatus>* thread_list) { in GetThreadList() argument160 thread_list->clear(); in GetThreadList()196 thread_list->emplace_back( in GetThreadList()
171 std::vector<ThreadStatus>* thread_list);
241 Status GetThreadList(std::vector<ThreadStatus>* thread_list) override { in GetThreadList() argument243 return thread_status_updater_->GetThreadList(thread_list); in GetThreadList()
562 Status GetThreadList(std::vector<ThreadStatus>* thread_list) override { in GetThreadList() argument563 return env_target_->GetThreadList(thread_list); in GetThreadList()
4077 std::vector<ThreadStatus> thread_list; in VerifyOperationCount() local4079 for (auto thread : thread_list) { in VerifyOperationCount()4094 std::vector<ThreadStatus> thread_list; in TEST_F() local4115 thread_list.clear(); in TEST_F()4119 for (auto thread : thread_list) { in TEST_F()4371 std::vector<ThreadStatus> thread_list; in TEST_P() local4396 for (auto thread : thread_list) { in TEST_P()4421 for (auto thread : thread_list) { in TEST_P()4460 std::vector<ThreadStatus> thread_list; in TEST_P() local4483 for (auto thread : thread_list) { in TEST_P()[all …]
235 std::vector<ThreadStatus> thread_list; in OnTableFileCreated() local236 ASSERT_OK(env_->GetThreadList(&thread_list)); in OnTableFileCreated()238 for (auto thread_status : thread_list) { in OnTableFileCreated()
301 Status GetThreadList(std::vector<ThreadStatus>* thread_list) override;
1310 Status WinEnv::GetThreadList(std::vector<ThreadStatus>* thread_list) { in GetThreadList() argument1312 return thread_status_updater_->GetThreadList(thread_list); in GetThreadList()
145 virtual Status GetThreadList(std::vector* thread_list)
1355 Status GetThreadList(std::vector<ThreadStatus>* thread_list) override { in GetThreadList() argument1356 return target_->GetThreadList(thread_list); in GetThreadList()
1921 std::vector<ThreadStatus> thread_list; in PrintThreadStatus() local1922 FLAGS_env->GetThreadList(&thread_list); in PrintThreadStatus()1930 for (auto ts : thread_list) { in PrintThreadStatus()
9523 thread_act_array_t thread_list; in GetThreadCount() local9524 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount()9529 reinterpret_cast<vm_address_t>(thread_list), in GetThreadCount()