sync.NewCond
standard libraryThe 1853rd most-called standard-library function by production calls. Called 409 times across 144 modules; 331 of those run outside tests and generated code.
- prod calls
- 331
- non-test, non-generated
- all calls
- 409
- total callsites
- modules
- 144
- distinct callers
- in loop
- 2%
- of prod calls
- in tests
- 19%
- 78 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into NewCond from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 29 9%
- Docker 22 7%
- CockroachDB 18 5%
- Grafana 10 3%
- HashiCorp 7 2%
where it's called
Callsites in the wild
12 representative callsites of 409, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
- in loop
- in loop
- in loop
- in loop test
- in loop test
- in loop test
-
-
cilium/cilium @v1.20.0
-
-
top callers
The modules that reach for it
The modules that call NewCond most in this snapshot.
- github.com/cockroachdb/cockroach184%
- github.com/seaweedfs/seaweedfs174%
- github.com/cilium/cilium143%
- github.com/kubernetes/kubernetes133%
- github.com/docker/docker123%
siblings
More from sync
The other most-called functions in this package. See all →