Searched refs:core_used_map (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 191 std::vector<bool> core_used_map(num_cores, false); in UpdateThreadList() local 205 *thread_dict, core_thread_list, old_thread_list, core_used_map, in UpdateThreadList() 218 if (!core_used_map[core_idx]) { in UpdateThreadList() 230 ThreadList &old_thread_list, std::vector<bool> &core_used_map, in CreateThreadFromThreadInfo() argument 275 if (core_number < core_used_map.size()) in CreateThreadFromThreadInfo() 276 core_used_map[core_number] = true; in CreateThreadFromThreadInfo() 406 std::vector<bool> core_used_map; in CreateThread() local 413 thread_list, core_used_map, &did_create)); in CreateThread()
|
| H A D | OperatingSystemPython.h | 75 std::vector<bool> &core_used_map, bool *did_create_ptr);
|