Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ RebootWait
Method
RebootWait
pkg/controller/rtctrl/runtimeinfo.go:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(info *RuntimeInfo) RebootWait() {
93
info.rebootLock.Lock()
94
defer
info.rebootLock.Unlock()
95
info.rebootWaitGroup.Wait()
96
}
97
98
func
(info *RuntimeInfo) SetMarked(m bool) {
99
info.Marked = m
Callers
1
initRunner
Method · 0.95
Calls
2
Lock
Method · 0.80
Wait
Method · 0.65
Tested by
no test coverage detected