/prebuilts/go/linux-x86/src/sync/ |
rwmutex_test.go | 125 var rl Locker
|
/external/google-breakpad/src/client/mac/Framework/ |
Breakpad.mm | 898 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); [all...] |
/external/autotest/cli/contrib/ |
why_isnt_my_job_running.py | 153 locker = host.get('locked_by') or 'UNKNOWN' variable 155 locker, host.get('lock_time'))
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 367 v8::Locker locked(isolate_); 376 v8::Locker locked(isolate_); 427 v8::Locker locked(isolate_); 508 v8::Locker locked(isolate_);
|
/art/runtime/base/ |
mutex.h | 480 // Scoped locker/unlocker for a regular Mutex that acquires mu upon construction and releases it 500 // Scoped locker/unlocker for a ReaderWriterMutex that acquires read access to mu upon 522 // Scoped locker/unlocker for a ReaderWriterMutex that acquires write access to mu upon
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc.cpp | 403 Locker::Autolock _l(ctx->mDrawLock); 422 Locker::Autolock _l(ctx->mDrawLock); 819 Locker::Autolock _l(ctx->mDrawLock);
|
hwc_utils.h | 538 mutable Locker mDrawLock; 549 mutable Locker mWfdSyncLock;
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 403 Locker::Autolock _l(ctx->mDrawLock); 422 Locker::Autolock _l(ctx->mDrawLock); 856 Locker::Autolock _l(ctx->mDrawLock);
|
hwc_utils.h | 571 mutable Locker mDrawLock; 582 mutable Locker mWfdSyncLock;
|
/external/v8/include/ |
v8.h | [all...] |
v8-debug.h | 244 * (v8::Locker may be used here).
|
/external/google-breakpad/src/client/ios/ |
Breakpad.mm | 717 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); 738 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); 756 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); 777 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); 794 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/database/ |
sql.a | 57 type @"sync".Locker interface { Lock(); Unlock() } 61 func (@"sync".rw·2 *@"sync".RWMutex "esc:0x12") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw·2) } 84 type @"".driverStmt struct { ? @"sync".Locker; @"".si @"database/sql/driver".Stmt } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/database/ |
sql.a | 57 type @"sync".Locker interface { Lock(); Unlock() } 61 func (@"sync".rw·2 *@"sync".RWMutex "esc:0x12") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw·2) } 84 type @"".driverStmt struct { ? @"sync".Locker; @"".si @"database/sql/driver".Stmt } [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/database/ |
sql.a | 57 type @"sync".Locker interface { Lock(); Unlock() } 61 func (@"sync".rw·2 *@"sync".RWMutex "esc:0x12") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw·2) } 84 type @"".driverStmt struct { ? @"sync".Locker; @"".si @"database/sql/driver".Stmt } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/database/ |
sql.a | 57 type @"sync".Locker interface { Lock(); Unlock() } 61 func (@"sync".rw·2 *@"sync".RWMutex "esc:0x12") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw·2) } 84 type @"".driverStmt struct { ? @"sync".Locker; @"".si @"database/sql/driver".Stmt } [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
sql.go | 366 sync.Locker // the *driverConn 1198 Locker: dc, 1241 Locker: dc, [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
sql.go | 366 sync.Locker // the *driverConn 1198 Locker: dc, 1241 Locker: dc, [all...] |
/external/autotest/server/cros/clique_lib/ |
clique_runner.py | 190 @param ap_locker: the AP batch locker object.
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_utils.h | 627 mutable Locker mDrawLock; 638 mutable Locker mWfdSyncLock;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 644 mutable Locker mDrawLock; 657 mutable Locker mWfdSyncLock;
|
/art/runtime/jdwp/ |
jdwp_main.cc | 456 MutexLock locker(thread_, thread_start_lock_);
|
/external/autotest/server/cros/network/ |
chaos_clique_utils.py | 165 @param batch_locker: the batch locker object.
|
/external/v8/test/cctest/heap/ |
test-mark-compact.cc | 480 v8::Locker lock(isolate);
|
/external/v8/test/cctest/ |
test-serialize.cc | 786 v8::Locker locker(isolate0); 806 v8::Locker locker(isolate1); [all...] |