func BenchmarkAtomicWaitComplex(b *testing.B) { sm := New() test.BAtomicWaitComplex(b, sm) }
func BenchmarkUnsafeAtomicWaitComplex(b *testing.B) { sm := newUnsafeTest() test.BAtomicWaitComplex(b, sm) }