Home
last modified time | relevance | path

Searched defs:LOCK (Results 1 – 24 of 24) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_internal.h155 #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/ltp/testcases/kernel/io/disktest/
Dthreading.h108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE) macro
113 #define LOCK(Mutex) \ macro
/external/libnl/include/netlink-private/
Dnetlink.h268 #define nl_lock(LOCK) do { } while(0) argument
269 #define nl_unlock(LOCK) do { } while(0) argument
270 #define nl_read_lock(LOCK) do { } while(0) argument
271 #define nl_read_unlock(LOCK) do { } while(0) argument
272 #define nl_write_lock(LOCK) do { } while(0) argument
273 #define nl_write_unlock(LOCK) do { } while(0) argument
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DSimpleLogger.java34 private static final Object LOCK = new Object(); field in SimpleLogger
DTraceLogger.java34 private static final Object LOCK = new Object(); field in TraceLogger
DWaltUsbConnection.java44 private static final Object LOCK = new Object(); field in WaltUsbConnection
DWaltTcpConnection.java61 private static final Object LOCK = new Object(); field in WaltTcpConnection
DWaltDevice.java69 private static final Object LOCK = new Object(); field in WaltDevice
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
DBootloaderConnection.java13 private static final Object LOCK = new Object(); field in BootloaderConnection
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowHttpResponseCache.java20 private static final Object LOCK = new Object(); field in ShadowHttpResponseCache
/external/autotest/server/cros/
Dhost_lock_manager.py36 LOCK = 'lock' variable in HostLockManager
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
Dmp.c12 #define LOCK 0 macro
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.h111 LOCK, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h361 LOCK = 1 << LOCKShift, enumerator
/external/icu/icu4c/source/i18n/
Dtridpars.cpp53 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
Ddtfmtsym.cpp235 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
Dsmpdtfmt.cpp233 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
/external/autotest/server/cros/servo/
Dchrome_cr50.py37 LOCK = 'lock' variable in ChromeCr50
/external/libevent/
Dlistener.c105 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0) macro
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h451 LOCK = 1 << LOCKShift, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h504 LOCK = 1 << LOCKShift, enumerator
/external/python/cpython2/Objects/
Dobmalloc.c353 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock) macro
/external/python/cpython3/Objects/
Dobmalloc.c968 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock) macro
/external/mesa3d/src/mesa/x86/
Dassyntax.h516 #define LOCK CHOICE(lock, lock, lock) macro
1233 #define LOCK lock macro