Home
last modified time | relevance | path

Searched defs:lock_id (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/freedreno/kgsl/
Dkgsl_drm.h174 uint32_t lock_id; /* Returned lock id used for unlocking */ member
178 uint32_t lock_id; member
182 uint32_t lock_id; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock()
75 void removeLock(uptr lock_id) { in removeLock()
99 u32 findLockContext(uptr lock_id) { in findLockContext()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock()
77 void removeLock(uptr lock_id) { in removeLock()
102 u32 findLockContext(uptr lock_id) { in findLockContext()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
Dhisi_pwrc.c77 unsigned int lock_id = (lockid << 29); in hisi_resource_lock() local
97 unsigned int lock_id; in hisi_cpuhotplug_lock() local
106 unsigned int lock_id; in hisi_cpuhotplug_unlock() local
/external/python/cpython2/Lib/bsddb/
Ddbobj.py93 def lock_id(self, *args, **kwargs): member in DBEnv