Home
last modified time | relevance | path

Searched refs:Graph (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h29 class Graph { class
67 explicit Graph(AdjacencyList &&adj) in Graph() function
147 if (VertexColor(seedIdx) != Graph::VColor::WHITE) { in FindFirstCycle()
212 if (VertexColor(state.childIdx) == Graph::VColor::BLACK) { in DfsVisitChildren()
216 if (VertexColor(state.childIdx) == Graph::VColor::GREY) { in DfsVisitChildren()
221 VIdx nextChild = state.childIdx + 1 < NumVertices() ? state.childIdx + 1 : Graph::INVALID_V_IDX; in DfsVisitChildren()
228 state.childIdx = Graph::INVALID_V_IDX; in DfsVisitChildren()
237 if (state.childIdx != Graph::INVALID_V_IDX) {
240 Mark(state.currentIdx, Graph::VColor::BLACK);
252 Mark(state.currentIdx, Graph
[all...]
H A Ddeadlock_helpers.h25 using LockGraph = Graph<tid_t, AsyncLockDependency>;

Completed in 3 milliseconds