Home
last modified time | relevance | path

Searched refs:AddEdgeByLabel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_graphCheck.cpp54 graph.AddEdgeByLabel(0x12, 0x34);
55 graph.AddEdgeByLabel(0x34, 0x12);
67 graph.AddEdgeByLabel(0x12, 0x34);
68 graph.AddEdgeByLabel(0x34, 0x12);
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dgraph_check.h34 void AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel);
H A Dgraph_check.cpp40 void GraphCheckCyclic::AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel) in AddEdgeByLabel() function in ffrt::GraphCheckCyclic
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h71 graph.AddEdgeByLabel(ownerTask, task); in AddNode()