//
pkg.gl
Category
go.opentelemetry.io/ebpf-profiler
libpf
xsync
package
0.0.0-20241126115353-bdecd68324ff
Repository:
https://github.com/open-telemetry/opentelemetry-ebpf-profiler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
68 SLOC
#
Functions
NewRWMutex
NewRWMutex creates a new read-write mutex.
#
Structs
Once
Once is a lock that ensures that some data is initialized exactly once.
RWMutex
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.