Searched refs:GetId (Results 1 – 9 of 9) sorted by relevance
45 s->dd.ctx = s->GetId(); in DDMutexInit()107 mid = s->GetId(); in MutexDestroy()193 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexPostLock()202 mid = s->GetId(); in MutexPostLock()238 thr->mset.Del(s->GetId(), true); in MutexUnlock()244 mid = s->GetId(); in MutexUnlock()291 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexPostReadLock()300 mid = s->GetId(); in MutexPostReadLock()332 mid = s->GetId(); in MutexReadUnlock()374 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()[all …]
72 u64 GetId() const { in GetId() function
188 virtual lldb::user_id_t GetId() const = 0;
44 lldb::user_id_t GetId() const override;
139 user_id_t TraceCursorIntelPT::GetId() const { return m_pos; } in GetId() function in TraceCursorIntelPT
86 for (auto GetId : ThreadIDs) { in getGPUThreadIdentifiers() local87 Value *Id = Builder.CreateCall(GetId, {}); in getGPUThreadIdentifiers()
311 item.id = m_cursor_up->GetId(); in CreatRawTraceItem()383 last_id = m_cursor_up->GetId(); in DumpInstructions()
400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
1097 size_t GetId(const std::string& str) { in GetId() function in testing::internal::edit_distance::__anon0efcb9d60111::InternalStrings1118 left_ids.push_back(intern_table.GetId(left[i])); in CalculateOptimalEdits()1121 right_ids.push_back(intern_table.GetId(right[i])); in CalculateOptimalEdits()