/external/deqp/scripts/egl/ |
common.py | 68 PROTECTS = [ 80 return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROTECTS)
|
/ndk/sources/host-tools/make-3.81/ |
configure.bat | 22 rem The SmallEnv trick protects against too small environment block,
|
/prebuilts/go/darwin-x86/src/internal/singleflight/ |
singleflight.go | 30 mu sync.Mutex // protects m
|
/prebuilts/go/darwin-x86/src/net/http/ |
triv.go | 33 mu sync.Mutex // protects n
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
client.go | 31 mutex sync.Mutex // protects pending
|
server.go | 31 mutex sync.Mutex // protects seq, pending
|
/prebuilts/go/linux-x86/src/internal/singleflight/ |
singleflight.go | 30 mu sync.Mutex // protects m
|
/prebuilts/go/linux-x86/src/net/http/ |
triv.go | 33 mu sync.Mutex // protects n
|
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
client.go | 31 mutex sync.Mutex // protects pending
|
server.go | 31 mutex sync.Mutex // protects seq, pending
|
/prebuilts/go/darwin-x86/src/runtime/ |
netpoll.go | 42 // The lock protects pollOpen, pollSetDeadline, pollUnblock and deadlineimpl operations. 49 lock mutex // protects the following fields 52 seq uintptr // protects from stale timers and ready notifications
|
trace.go | 91 lock mutex // protects the following members 110 bufLock mutex // protects buf 164 // acquired all p's by doing stop-the-world. So this protects us from such races. 271 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world. 450 // This protects from races between traceEvent and StartTrace/StopTrace.
|
/prebuilts/go/linux-x86/src/runtime/ |
netpoll.go | 42 // The lock protects pollOpen, pollSetDeadline, pollUnblock and deadlineimpl operations. 49 lock mutex // protects the following fields 52 seq uintptr // protects from stale timers and ready notifications
|
trace.go | 91 lock mutex // protects the following members 110 bufLock mutex // protects buf 164 // acquired all p's by doing stop-the-world. So this protects us from such races. 271 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world. 450 // This protects from races between traceEvent and StartTrace/StopTrace.
|
/external/deqp/scripts/khr_util/ |
registry.py | 386 def spec(registry, api, version=None, profile=None, extensionNames=[], protects=[], force=False): 387 available = set(protects)
|
/prebuilts/go/darwin-x86/src/io/ |
pipe.go | 27 l sync.Mutex // protects remaining fields
|
/prebuilts/go/linux-x86/src/io/ |
pipe.go | 27 l sync.Mutex // protects remaining fields
|
/prebuilts/go/darwin-x86/src/net/rpc/ |
client.go | 44 reqMutex sync.Mutex // protects following 47 mutex sync.Mutex // protects following
|
/prebuilts/go/linux-x86/src/net/rpc/ |
client.go | 44 reqMutex sync.Mutex // protects following 47 mutex sync.Mutex // protects following
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
persist.go | 37 lk sync.Mutex // read-write protects the following fields 230 lk sync.Mutex // read-write protects the following fields
|
reverseproxy.go | 265 lk sync.Mutex // protects Write + Flush
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
persist.go | 37 lk sync.Mutex // read-write protects the following fields 230 lk sync.Mutex // read-write protects the following fields
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
rewrite.go | 84 // set is a wrapper for x.Set(y); it protects the caller from panics if x cannot be changed to y.
|
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
child.go | 133 mu sync.Mutex // protects requests:
|
/prebuilts/go/darwin-x86/src/net/http/httptest/ |
server.go | 43 sync.Mutex // protects history
|