Home
last modified time | relevance | path

Searched defs:locked (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp91 std::lock_guard<sys::Mutex> locked(lock); in ~MCJIT() local
103 std::lock_guard<sys::Mutex> locked(lock); in addModule() local
112 std::lock_guard<sys::Mutex> locked(lock); in removeModule() local
139 std::lock_guard<sys::Mutex> locked(lock); in setObjectCache() local
146 std::lock_guard<sys::Mutex> locked(lock); in emitObject() local
188 std::lock_guard<sys::Mutex> locked(lock); in generateCodeForModule() local
237 std::lock_guard<sys::Mutex> locked(lock); in finalizeLoadedModules() local
253 std::lock_guard<sys::Mutex> locked(lock); in finalizeObject() local
268 std::lock_guard<sys::Mutex> locked(lock); in finalizeModule() local
295 std::lock_guard<sys::Mutex> locked(lock); in findModuleForSymbol() local
[all …]
/third_party/mesa3d/src/mesa/main/
Dhash.h197 void *userData, bool locked) in _mesa_HashWalkMaybeLocked()
207 bool locked) in _mesa_HashLookupMaybeLocked()
218 bool locked) in _mesa_HashInsertMaybeLocked()
227 _mesa_HashLockMaybeLocked(struct _mesa_HashTable *table, bool locked) in _mesa_HashLockMaybeLocked()
234 _mesa_HashUnlockMaybeLocked(struct _mesa_HashTable *table, bool locked) in _mesa_HashUnlockMaybeLocked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp194 std::lock_guard<sys::Mutex> locked(lock); in getMangledName() local
207 std::lock_guard<sys::Mutex> locked(lock); in addGlobalMapping() local
212 std::lock_guard<sys::Mutex> locked(lock); in addGlobalMapping() local
231 std::lock_guard<sys::Mutex> locked(lock); in clearAllGlobalMappings() local
238 std::lock_guard<sys::Mutex> locked(lock); in clearGlobalMappingsFromModule() local
246 std::lock_guard<sys::Mutex> locked(lock); in updateGlobalMapping() local
251 std::lock_guard<sys::Mutex> locked(lock); in updateGlobalMapping() local
278 std::lock_guard<sys::Mutex> locked(lock); in getAddressToGlobalIfAvailable() local
289 std::lock_guard<sys::Mutex> locked(lock); in getPointerToGlobalIfAvailable() local
296 std::lock_guard<sys::Mutex> locked(lock); in getPointerToGlobalIfAvailable() local
[all …]
DGDBRegistrationListener.cpp138 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in ~GDBJITRegistrationListener() local
162 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyObjectLoaded() local
181 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyFreeingObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DUniqueLock.h30 bool locked; variable
/third_party/python/Include/internal/
Dpycore_gil.h31 _Py_atomic_int locked; member
/third_party/ninja/src/
Dline_printer.cc150 void LinePrinter::SetConsoleLocked(bool locked) { in SetConsoleLocked()
/third_party/python/Modules/_sqlite/
Dcursor.h45 int locked; member
/third_party/python/Lib/asyncio/
Dlocks.py89 def locked(self): member in Lock
359 def locked(self): member in Semaphore
/third_party/ltp/testcases/kernel/syscalls/process_madvise/
Dprocess_madvise.h31 int locked; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h72 volatile int locked; /**< lock status 0 = unlocked, 1 = locked */ member
/third_party/elfutils/libelf/
Delf_getdata.c480 int locked = 0; in __elf_getdata_rdlock() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMap.java64 private volatile transient boolean locked; field in UnicodeMap
/third_party/backends/backend/
Dumax_pp_mid.c62 static int locked = 0; variable
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java61 private volatile transient boolean locked; field in UnicodeMap
/third_party/python/Lib/test/
Dtest_contextlib.py392 def boilerPlate(self, lock, locked): argument
413 def locked(): function
419 def locked(): function
429 def locked(): function
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c159 static void amdgpu_winsys_destroy_locked(struct radeon_winsys *rws, bool locked) in amdgpu_winsys_destroy_locked()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp307 egl::Error DXGISwapChainWindowSurfaceWGL::setObjectsLocked(bool locked) in setObjectsLocked()
/third_party/node/lib/internal/webstreams/
Dwritablestream.js221 get locked() { getter in WritableStream
270 locked: this.locked, property
324 locked: kEnumerableProperty, property
/third_party/python/Modules/
D_queuemodule.c29 int locked; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp502 D3DLOCKED_RECT locked; in loadData() local
541 D3DLOCKED_RECT locked; in loadCompressedData() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs171 pub locked: ::std::os::raw::c_int, field
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dspinlock_test_common.cc239 Notification locked; in TEST() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c90 bool get_reference, bool locked) in st_texture_set_sampler_view()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp124 std::lock_guard<sys::Mutex> locked(lock); in resolveRelocations() local
160 std::lock_guard<sys::Mutex> locked(lock); in mapSectionAddress() local
181 std::lock_guard<sys::Mutex> locked(lock); in loadObjectImpl() local

12