Home
last modified time | relevance | path

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

/build/blueprint/
Dlive_tracker.go24 sync.Mutex anonMember
Dpackage_ctx.go619 sync.Mutex // protects scope_ during lazy creation anonMember
724 sync.Mutex // protects scope_ during lazy creation anonMember
831 sync.Mutex // protects scope_ during lazy creation anonMember
/build/soong/cc/
Dsanitize.go1107 func appendStringSync(item string, list *[]string, mutex *sync.Mutex) {