Home
last modified time | relevance | path

Searched refs:testDeadlock (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/go/patch/
Dgo5.patch5 @@ -214,32 +214,37 @@ func testDeadlock(t *testing.T, name string) {
15 testDeadlock(t, "SimpleDeadlock")
20 testDeadlock(t, "InitDeadlock")
25 testDeadlock(t, "LockedDeadlock")
30 testDeadlock(t, "LockedDeadlock2")
/external/tensorflow/tensorflow/compiler/tests/
Dclustering_test.py63 def testDeadlock(self): member in ClusteringTest