/external/libevent/ |
D | listener.c | 104 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 132 UNLOCK(listener); in listener_decref_and_unlock() 137 UNLOCK(listener); in listener_decref_and_unlock() 289 UNLOCK(lev); in evconnlistener_enable() 300 UNLOCK(lev); in evconnlistener_disable() 326 UNLOCK(lev); in evconnlistener_get_fd() 344 UNLOCK(lev); in evconnlistener_get_base() 368 UNLOCK(lev); in evconnlistener_set_cb() 377 UNLOCK(lev); in evconnlistener_set_error_cb() 411 UNLOCK(lev); in listener_read_cb() [all …]
|
D | ChangeLog | 737 o Remove the now-unusable EVTHREAD_LOCK/UNLOCK constants (fdfc3fc)
|
/external/bison/lib/ |
D | unsetenv.c | 43 # define UNLOCK __libc_lock_unlock (envlock) in __libc_lock_define_initialized() macro 46 # define UNLOCK in __libc_lock_define_initialized() 87 UNLOCK; in __libc_lock_define_initialized()
|
/external/autotest/server/cros/ |
D | host_lock_manager.py | 37 UNLOCK = 'unlock' variable in HostLockManager 95 elif operation == self.UNLOCK and not host_info.locked: 139 return self._host_modifier(updated_hosts, self.UNLOCK) 172 elif operation == self.UNLOCK:
|
D | host_lock_manager_unittest.py | 68 elif operation == self.UNLOCK: 100 actual = self.manager._check_host(self.HOST1, self.manager.UNLOCK) 120 actual = self.manager._check_host(host_with_dot, self.manager.UNLOCK) 200 self.manager.UNLOCK).AndReturn(self.HOST1) 205 self.manager._host_modifier(hosts, self.manager.UNLOCK)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | mysql-modelingschema.dump | 48 UNLOCK TABLES; 77 UNLOCK TABLES; 103 UNLOCK TABLES; 126 UNLOCK TABLES; 150 UNLOCK TABLES;
|
/external/libvncserver/libvncserver/ |
D | main.c | 87 UNLOCK(extMutex); in rfbRegisterProtocolExtension() 98 UNLOCK(extMutex); in rfbRegisterProtocolExtension() 125 UNLOCK(extMutex); in rfbUnregisterProtocolExtension() 141 UNLOCK(extMutex); in rfbUnregisterProtocolExtension() 159 UNLOCK(extMutex); in rfbReleaseExtensionIterator() 256 UNLOCK(logMutex); in rfbDefaultLog() 350 UNLOCK(cl->updateMutex); in rfbScheduleCopyRegion() 409 UNLOCK(cl->updateMutex); in rfbMarkRegionAsModified() 479 UNLOCK(cl->updateMutex); in clientOutput() 492 UNLOCK(cl->updateMutex); in clientOutput() [all …]
|
D | cursor.c | 480 UNLOCK(s->cursorMutex); in rfbHideCursor() 490 UNLOCK(s->cursorMutex); in rfbHideCursor() 498 UNLOCK(s->cursorMutex); in rfbHideCursor() 511 UNLOCK(s->cursorMutex); in rfbHideCursor() 542 UNLOCK(s->cursorMutex); in rfbShowCursor() 551 UNLOCK(s->cursorMutex); in rfbShowCursor() 671 UNLOCK(s->cursorMutex); in rfbShowCursor() 701 UNLOCK(cl->updateMutex); in rfbRedrawAfterHideCursor() 754 UNLOCK(rfbScreen->cursorMutex); in rfbSetCursor()
|
D | rfbserver.c | 134 UNLOCK(cl->refCountMutex); in rfbIncrClientRef() 143 UNLOCK(cl->refCountMutex); in rfbDecrClientRef() 206 UNLOCK(rfbClientListMutex); in rfbClientIteratorHead() 216 UNLOCK(rfbClientListMutex); in rfbClientIteratorNext() 414 UNLOCK(rfbClientListMutex); in rfbNewTCPOrUDPClient() 547 UNLOCK(rfbClientListMutex); in rfbClientConnectionGone() 557 UNLOCK(cl->refCountMutex); in rfbClientConnectionGone() 614 UNLOCK(cl->outputMutex); in rfbClientConnectionGone() 618 UNLOCK(cl->sendMutex); in rfbClientConnectionGone() 1132 UNLOCK(cl->sendMutex); in rfbSendXvp() [all …]
|
D | sockets.c | 520 UNLOCK(cl->updateMutex); in rfbCloseClient() 795 UNLOCK(cl->outputMutex); in rfbWriteExact() 815 UNLOCK(cl->outputMutex); in rfbWriteExact() 822 UNLOCK(cl->outputMutex); in rfbWriteExact() 830 UNLOCK(cl->outputMutex); in rfbWriteExact()
|
D | scale.c | 329 UNLOCK(cl->updateMutex); in rfbScaledScreenAllocate() 383 UNLOCK(cl->updateMutex); in rfbScalingSetup() 399 UNLOCK(cl->updateMutex); in rfbSendNewScaleSize()
|
D | translate.c | 434 UNLOCK(cl->updateMutex); in rfbSetClientColourMap()
|
/external/libvncserver/test/ |
D | encodingstest.c | 65 UNLOCK(statisticsMutex); in updateStatistics() 89 UNLOCK(frameBufferMutex); in doFramebuffersMatch() 96 UNLOCK(frameBufferMutex); in doFramebuffersMatch() 217 UNLOCK(statisticsMutex); in idle() 241 UNLOCK(frameBufferMutex); in idle()
|
/external/libvncserver/rfb/ |
D | rfb.h | 68 #define UNLOCK(mutex) (rfbLog("%s:%d UNLOCK(%s,0x%x)\n",__FILE__,__LINE__,#mutex,&(mutex)), pthread… 81 #define UNLOCK(mutex) pthread_mutex_unlock(&(mutex)); macro 95 #define UNLOCK(mutex)
|
/external/valgrind/drd/scripts/ |
D | download-and-build-splash2.in | 115 UNLOCK(e->elem_lock->lock);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 61 #define UNLOCK(m) pthread_mutex_unlock(&m) macro 134 UNLOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 60 #define UNLOCK(m) pthread_mutex_unlock(&m) macro 131 UNLOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
|
/external/autotest/database/ |
D | schema_051.sql | 1084 UNLOCK TABLES;
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.stderr.exp | 4667 212: SYS_lwp_rwlock_sys (UNLOCK) 2s 2m
|
/external/sqlite/dist/ |
D | sqlite3.c | 31628 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ 31638 UNLOCK, /* xUnlock */ \
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31610 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ 31620 UNLOCK, /* xUnlock */ \
|