| /external/selinux/libselinux/src/ |
| D | selinux_internal.h | 55 #define __pthread_mutex_init(LOCK, ATTR) \ argument 61 #define __pthread_mutex_destroy(LOCK) \ argument 67 #define __pthread_mutex_lock(LOCK) \ argument 73 #define __pthread_mutex_unlock(LOCK) \ argument
|
| /external/libnl/include/netlink-private/ |
| D | netlink.h | 266 #define nl_lock(LOCK) do { } while(0) argument 267 #define nl_unlock(LOCK) do { } while(0) argument 268 #define nl_read_lock(LOCK) do { } while(0) argument 269 #define nl_read_unlock(LOCK) do { } while(0) argument 270 #define nl_write_lock(LOCK) do { } while(0) argument 271 #define nl_write_unlock(LOCK) do { } while(0) argument
|
| /external/okio/okio/src/jvmMain/kotlin/okio/ |
| D | SegmentPool.kt | 48 private val LOCK = Segment(ByteArray(0), pos = 0, limit = 0, shared = false, owner = false) constant
|
| /external/musl/src/internal/ |
| D | lock.h | 6 #define LOCK(x) __lock(x) macro
|
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
| D | SimpleLogger.java | 36 private static final Object LOCK = new Object(); field in SimpleLogger
|
| D | TraceLogger.java | 35 private static final Object LOCK = new Object(); field in TraceLogger
|
| D | WaltUsbConnection.java | 44 private static final Object LOCK = new Object(); field in WaltUsbConnection
|
| D | WaltTcpConnection.java | 61 private static final Object LOCK = new Object(); field in WaltTcpConnection
|
| D | WaltDevice.java | 71 private static final Object LOCK = new Object(); field in WaltDevice
|
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/ |
| D | BootloaderConnection.java | 13 private static final Object LOCK = new Object(); field in BootloaderConnection
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowHttpResponseCache.java | 20 private static final Object LOCK = new Object(); field in ShadowHttpResponseCache
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowHttpResponseCache.java | 20 private static final Object LOCK = new Object(); field in ShadowHttpResponseCache
|
| /external/autotest/server/cros/ |
| D | host_lock_manager.py | 36 LOCK = 'lock' variable in HostLockManager
|
| /external/ltp/testcases/network/nfsv4/locks/ |
| D | locktests.h | 111 LOCK, enumerator
|
| /external/rust/crates/lazycell/src/ |
| D | lib.rs | 244 const LOCK: usize = 1; constant
|
| /external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/emi_mpu/ |
| D | emi_mpu.h | 55 #define LOCK 1 macro
|
| /external/icu/icu4c/source/i18n/ |
| D | tridpars.cpp | 53 static UMutex LOCK; variable
|
| D | dtfmtsym.cpp | 1254 static UMutex LOCK; in getZoneStrings() local
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | tridpars.cpp | 53 static UMutex LOCK; variable
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 451 LOCK = 1 << LOCKShift, enumerator
|
| /external/libevent/ |
| D | listener.c | 106 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0) macro
|
| /external/python/cpython2/Objects/ |
| D | obmalloc.c | 353 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock) macro
|
| /external/autotest/server/cros/servo/ |
| D | chrome_cr50.py | 48 LOCK = 'lock' variable in ChromeCr50
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 827 LOCK = 1 << LOCKShift, enumerator
|
| /external/python/cpython3/Python/ |
| D | pystate.c | 121 #define FREE_LOCK(LOCK) \ in _PyRuntimeState_Fini() argument
|