/external/bison/lib/glthread/ |
D | lock.h | 168 # define glthread_lock_init(LOCK) \ argument 169 (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0) 170 # define glthread_lock_lock(LOCK) \ argument 171 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0) 172 # define glthread_lock_unlock(LOCK) \ argument 173 (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0) 174 # define glthread_lock_destroy(LOCK) \ argument 175 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0) 190 # define glthread_rwlock_init(LOCK) \ argument 191 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0) [all …]
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | README | 87 1. WRITE ON A READ LOCK 88 2. WRITE ON A WRITE LOCK 89 3. READ ON A READ LOCK 90 4. READ ON A WRITE LOCK 91 5. SET A READ LOCK ON A READ LOCK 92 6. SET A WRITE LOCK ON A WRITE LOCK 93 7. SET A WRITE LOCK ON A READ LOCK 94 8. SET A READ LOCK ON A WRITE LOCK 95 9. READ LOCK THE WHOLE FILE BYTE BY BYTE 96 10. WRITE LOCK THE WHOLE FILE BYTE BY BYTE [all …]
|
D | locktests.h | 111 LOCK, enumerator
|
D | locktests.c | 667 etat = LOCK; in maitre() 673 etat = LOCK; in maitre() 676 case LOCK: in maitre() 888 case LOCK: in esclave()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | signals.c | 78 LOCK(sig_mutex); in sig_handler() 85 LOCK(sig_mutex); in sig_handler() 92 LOCK(sig_mutex); in sig_handler() 99 LOCK(sig_mutex); in sig_handler() 106 LOCK(sig_mutex); in sig_handler() 114 LOCK(sig_mutex); in sig_handler() 165 LOCK(sig_mutex); in clear_stat_signal()
|
D | threading.h | 108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE) macro 113 #define LOCK(Mutex) \ macro
|
D | childmain.c | 699 LOCK(env->mutexs.MutexACTION); in ChildMain() 778 LOCK(env->mutexs.MutexACTION); in ChildMain() 803 LOCK(env->mutexs.MutexIO); in ChildMain() 818 LOCK(env->mutexs.MutexACTION); in ChildMain() 856 LOCK(env->mutexs.MutexIO); in ChildMain() 885 LOCK(env->mutexs.MutexACTION); in ChildMain() 914 LOCK(MutexMISCOMP); in ChildMain() 995 LOCK(env->mutexs.MutexACTION); in ChildMain() 1005 LOCK(env->mutexs.MutexACTION); in ChildMain() 1014 LOCK(env->mutexs.MutexACTION); in ChildMain()
|
/external/autotest/server/cros/ |
D | host_lock_manager.py | 36 LOCK = 'lock' variable in HostLockManager 90 if operation == self.LOCK and host_info.locked: 116 return self._host_modifier(new_hosts, self.LOCK, lock_reason=lock_reason) 163 kwargs = {'locked': True if operation == self.LOCK else False} 164 if operation == self.LOCK: 170 if operation == self.LOCK and lock_reason:
|
D | host_lock_manager_unittest.py | 65 if operation == self.LOCK: 91 actual = self.manager._check_host(self.HOST1, self.manager.LOCK) 110 actual = self.manager._check_host(host_with_dot, self.manager.LOCK) 183 self.manager.LOCK).AndReturn(self.HOST1) 188 self.manager._host_modifier(hosts, self.manager.LOCK, 215 self.manager.LOCK).AndReturn(self.HOST1) 221 self.manager._host_modifier(hosts, self.manager.LOCK)
|
/external/libevent/ |
D | listener.c | 103 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0) macro 121 LOCK(listener); 259 LOCK(lev); in evconnlistener_free() 283 LOCK(lev); in evconnlistener_enable() 297 LOCK(lev); in evconnlistener_disable() 324 LOCK(lev); in evconnlistener_get_fd() 342 LOCK(lev); in evconnlistener_get_base() 361 LOCK(lev); in evconnlistener_set_cb() 375 LOCK(lev); in evconnlistener_set_error_cb() 388 LOCK(lev); in listener_read_cb() [all …]
|
/external/libnl/include/netlink-private/ |
D | netlink.h | 268 #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/bison/lib/ |
D | unsetenv.c | 42 # define LOCK __libc_lock_lock (envlock) in __libc_lock_define_initialized() macro 45 # define LOCK in __libc_lock_define_initialized() 70 LOCK; in __libc_lock_define_initialized()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | SimpleLogger.java | 34 private static final Object LOCK = new Object(); field in SimpleLogger 41 synchronized (LOCK) { in getInstance()
|
D | TraceLogger.java | 34 private static final Object LOCK = new Object(); field in TraceLogger 40 synchronized (LOCK) { in getInstance()
|
D | WaltUsbConnection.java | 44 private static final Object LOCK = new Object(); field in WaltUsbConnection 53 synchronized (LOCK) { in getInstance()
|
D | WaltTcpConnection.java | 61 private static final Object LOCK = new Object(); field in WaltTcpConnection 64 synchronized (LOCK) { in getInstance()
|
D | WaltDevice.java | 69 private static final Object LOCK = new Object(); field in WaltDevice 73 synchronized (LOCK) { in getInstance()
|
/external/libvncserver/libvncserver/ |
D | main.c | 83 LOCK(extMutex); in rfbRegisterProtocolExtension() 121 LOCK(extMutex); in rfbUnregisterProtocolExtension() 153 LOCK(extMutex); in rfbGetExtensionIterator() 245 LOCK(logMutex); in rfbDefaultLog() 274 LOCK(cl->updateMutex); in rfbScheduleCopyRegion() 406 LOCK(cl->updateMutex); in rfbMarkRegionAsModified() 462 LOCK(cl->updateMutex); in clientOutput() 490 LOCK(cl->updateMutex); in clientOutput() 496 LOCK(cl->sendMutex); in clientOutput() 557 LOCK(cl->updateMutex); in clientInput() [all …]
|
D | rfbserver.c | 132 LOCK(cl->refCountMutex); in rfbIncrClientRef() 139 LOCK(cl->refCountMutex); in rfbDecrClientRef() 204 LOCK(rfbClientListMutex); in rfbClientIteratorHead() 214 LOCK(rfbClientListMutex); in rfbClientIteratorNext() 405 LOCK(rfbClientListMutex); in rfbNewTCPOrUDPClient() 538 LOCK(rfbClientListMutex); in rfbClientConnectionGone() 553 LOCK(cl->refCountMutex); in rfbClientConnectionGone() 613 LOCK(cl->outputMutex); in rfbClientConnectionGone() 617 LOCK(cl->sendMutex); in rfbClientConnectionGone() 1127 LOCK(cl->sendMutex); in rfbSendXvp() [all …]
|
D | scale.c | 326 LOCK(cl->updateMutex); in rfbScaledScreenAllocate() 378 LOCK(cl->updateMutex); in rfbScalingSetup() 397 LOCK(cl->updateMutex); in rfbSendNewScaleSize()
|
/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 17 synchronized (LOCK) { in getInstance()
|
/external/libvncserver/test/ |
D | encodingstest.c | 57 LOCK(statisticsMutex); in updateStatistics() 80 LOCK(frameBufferMutex); in doFramebuffersMatch() 210 LOCK(statisticsMutex); in idle() 222 LOCK(frameBufferMutex); in idle()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrCompiler.td | 540 []>, Requires<[In32BitMode]>, LOCK; 553 Requires<[In64BitMode]>, LOCK; 569 []>, LOCK; 575 []>, OpSize, LOCK; 581 []>, LOCK; 587 []>, LOCK; 594 []>, LOCK; 601 []>, LOCK; 608 []>, LOCK; 615 []>, LOCK; [all …]
|
/external/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 53 static UMutex LOCK = U_MUTEX_INITIALIZER; variable 662 Mutex lock(&LOCK); in registerSpecialInverse() 866 umtx_lock(&LOCK); in specsToSpecialInverse() 868 umtx_unlock(&LOCK); in specsToSpecialInverse()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 581 IIC_ALU_MEM>, Requires<[Not64BitMode]>, OpSize32, LOCK, 604 IIC_ALU_NONMEM>, LOCK; 612 IIC_ALU_NONMEM>, OpSize16, LOCK; 620 IIC_ALU_NONMEM>, OpSize32, LOCK; 628 IIC_ALU_NONMEM>, LOCK; 636 IIC_ALU_MEM>, LOCK; 644 IIC_ALU_MEM>, OpSize16, LOCK; 652 IIC_ALU_MEM>, OpSize32, LOCK; 660 IIC_ALU_MEM>, LOCK; 668 IIC_ALU_MEM>, OpSize16, LOCK; [all …]
|