Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
runtime_procUnpin() int
14
15
func
GetProcId() int {
16
var
pid = runtime_procPin()
17
runtime_procUnpin()
18
return
pid
19
}
Callers
3
getC
Method · 0.92
getC
Method · 0.92
C
Method · 0.85
Calls
2
runtime_procPin
Function · 0.85
runtime_procUnpin
Function · 0.85
Tested by
no test coverage detected