Home
last modified time | relevance | path

Searched refs:map_lock (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c91 mtx_t map_lock; member
189 mtx_init(&kms_sw_dt->map_lock, mtx_plain); in kms_sw_displaytarget_create()
247 mtx_destroy(&kms_sw_dt->map_lock); in kms_sw_displaytarget_destroy()
269 mtx_lock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_map()
291 mtx_unlock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_map()
295 mtx_unlock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_map()
378 mtx_lock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_unmap()
381 mtx_unlock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_unmap()
387 mtx_unlock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_unmap()
402 mtx_unlock(&kms_sw_dt->map_lock); in kms_sw_displaytarget_unmap()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dthread_identity_test.cc33 ABSL_CONST_INIT static absl::base_internal::SpinLock map_lock(
35 ABSL_CONST_INIT static int num_identities_reused ABSL_GUARDED_BY(map_lock);
61 absl::base_internal::SpinLockHolder l(&map_lock); in TestThreadIdentityCurrent()
93 absl::base_internal::SpinLockHolder l(&map_lock); in TEST()
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc207 std::lock_guard<std::mutex> map_lock(caches_map_mutex_); in NotifyFlushingAll() local
280 std::unique_lock<std::mutex> map_lock(caches_map_mutex_); in WorkloadThreadLoop() local
613 std::unique_lock<std::mutex> map_lock(caches_map_mutex_); in GetStreamBufferCache() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c232 simple_mtx_destroy(&bo->map_lock); in amdgpu_bo_destroy()
395 simple_mtx_lock(&real->map_lock); in amdgpu_bo_map()
401 simple_mtx_unlock(&real->map_lock); in amdgpu_bo_map()
406 simple_mtx_unlock(&real->map_lock); in amdgpu_bo_map()
598 simple_mtx_init(&bo->map_lock, mtx_plain); in amdgpu_create_bo()
1581 simple_mtx_init(&bo->map_lock, mtx_plain); in amdgpu_bo_from_handle()
1734 simple_mtx_init(&bo->map_lock, mtx_plain); in amdgpu_bo_from_ptr()
H A Damdgpu_bo.h98 simple_mtx_t map_lock; member
/aosp_15_r20/external/libbpf/ci/vmtest/configs/
H A DALLOWLIST-5.5.022 map_lock
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.0.0.rst3148 - winsys/amdgpu: rename amdgpu_bo_real::lock to map_lock
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h38796 struct mutex map_lock; member
133486 struct mutex map_lock; member
H A Dvmlinux.h38796 struct mutex map_lock; member
133486 struct mutex map_lock; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h77790 struct mutex map_lock; member
H A Dvmlinux.h77790 struct mutex map_lock; member