]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/cgo_test.go
Revert "runtime/cgo: store M for C-created thread in pthread key"
[gostls13.git] / misc / cgo / test / cgo_test.go
index 0c3980c12d2da9f101f2c4392c104aba0d093803..5b298954f59e592699bd0ba7c3bce0af8da8d6f9 100644 (file)
@@ -104,7 +104,6 @@ func TestThreadLock(t *testing.T)            { testThreadLockFunc(t) }
 func TestUnsignedInt(t *testing.T)           { testUnsignedInt(t) }
 func TestZeroArgCallback(t *testing.T)       { testZeroArgCallback(t) }
 
-func BenchmarkCgoCall(b *testing.B)      { benchCgoCall(b) }
-func BenchmarkGoString(b *testing.B)     { benchGoString(b) }
-func BenchmarkCGoCallback(b *testing.B)  { benchCallback(b) }
-func BenchmarkCGoInCThread(b *testing.B) { benchCGoInCthread(b) }
+func BenchmarkCgoCall(b *testing.B)     { benchCgoCall(b) }
+func BenchmarkGoString(b *testing.B)    { benchGoString(b) }
+func BenchmarkCGoCallback(b *testing.B) { benchCallback(b) }