MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / runtime_procUnpin

Function runtime_procUnpin

internal/utils/percpu/proc_id.go:13–13  ·  view source on GitHub ↗

go:linkname runtime_procUnpin runtime.procUnpin

()

Source from the content-addressed store, hash-verified

11
12//go:linkname runtime_procUnpin runtime.procUnpin
13func runtime_procUnpin() int
14
15func GetProcId() int {
16 var pid = runtime_procPin()

Callers 1

GetProcIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected