Home
last modified time | relevance | path

Searched defs:countLock (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/build/
Dproc_sync_test.go76 type countLock struct { struct
77 nextIndex int
78 successIndex int
87 func (c *countLock) description() (message string) {
90 func (c *countLock) tryLock() (err error) {
98 func (c *countLock) Unlock() (err error) {