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

Function GetProcId

internal/utils/percpu/proc_id.go:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13func runtime_procUnpin() int
14
15func GetProcId() int {
16 var pid = runtime_procPin()
17 runtime_procUnpin()
18 return pid
19}

Callers 3

getCMethod · 0.92
getCMethod · 0.92
CMethod · 0.85

Calls 2

runtime_procPinFunction · 0.85
runtime_procUnpinFunction · 0.85

Tested by

no test coverage detected