| /external/selinux/libselinux/src/ |
| D | selinux_internal.h | 155 #define __pthread_mutex_init(LOCK, ATTR) \ argument 161 #define __pthread_mutex_destroy(LOCK) \ argument 167 #define __pthread_mutex_lock(LOCK) \ argument 173 #define __pthread_mutex_unlock(LOCK) \ argument
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| D | pthread_mutex.cpp | 10 #define LOCK __pthread_mutex_lock macro 13 #define LOCK pthread_mutex_lock macro
|
| /external/libnl/include/netlink-private/ |
| D | netlink.h | 271 #define nl_lock(LOCK) do { } while(0) argument 272 #define nl_unlock(LOCK) do { } while(0) argument 273 #define nl_read_lock(LOCK) do { } while(0) argument 274 #define nl_read_unlock(LOCK) do { } while(0) argument 275 #define nl_write_lock(LOCK) do { } while(0) argument 276 #define nl_write_unlock(LOCK) do { } while(0) argument
|
| /external/ltp/testcases/kernel/io/disktest/ |
| D | threading.h | 108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE) macro 113 #define LOCK(Mutex) \ macro
|
| /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/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/autotest/server/cros/ |
| D | host_lock_manager.py | 35 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/icu/icu4c/source/i18n/ |
| D | tridpars.cpp | 53 static UMutex LOCK; variable
|
| D | dtfmtsym.cpp | 1250 static UMutex LOCK; in getZoneStrings() local
|
| D | smpdtfmt.cpp | 241 static UMutex LOCK; variable
|
| /external/autotest/server/cros/servo/ |
| D | chrome_cr50.py | 48 LOCK = 'lock' variable in ChromeCr50
|
| /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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 827 LOCK = 1 << LOCKShift, enumerator
|
| /external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 882 LOCK = 1 << LOCKShift, enumerator
|
| /external/mesa3d/src/mesa/x86/ |
| D | assyntax.h | 516 #define LOCK CHOICE(lock, lock, lock) macro 1233 #define LOCK lock macro
|