package
0.0.0-20241126115353-bdecd68324ff
Repository: https://github.com/open-telemetry/opentelemetry-ebpf-profiler.git
Documentation: pkg.go.dev

# Functions

NewRWMutex creates a new read-write mutex.

# Structs

Once is a lock that ensures that some data is initialized exactly once.
RWMutex is a thin wrapper around sync.RWMutex that hides away the data it protects to ensure it's not accidentally accessed without actually holding the lock.