Searched refs:held (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DLockExample.cpp126 long held; local
139 for (held = 0;;) {
219 held += did_get ? 1 : -1;
235 cout << "Closing lock region " << held << " locks held\n"; local
/macosx-10.10/BerkeleyDB-21/db/examples_c/
H A Dex_lock.c41 long held; local
92 for (held = 0, did_get = 0;;) {
158 held += did_get ? 1 : -1;
175 printf("\nClosing lock region %ld locks held\n", held);
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DLockExample.java84 long held;
96 for (held = 0;;) {
153 held += did_get ? 1 : -1;
165 System.out.println("Closing lock region " + String.valueOf(held) +
166 " locks held");
/macosx-10.10/libxml2-26/libxml2/
H A Dthreads.c123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dthreads.c123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dxmlrules.tcl191 # held buffer --
194 proc held {buffer} { procedure
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dxmlrules.tcl191 # held buffer --
194 proc held {buffer} { procedure
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl226 # held buffer --
229 proc held {buffer} { procedure
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h131 bool held; member in struct:__anon20
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddispatch.c2740 isc_socket_t *held[DNS_DISPATCH_HELD]; local
2801 memset(held, 0, sizeof(held));
2812 if (held[i] != NULL)
2813 isc_socket_detach(&held[i]);
2814 held[i++] = sock;
2831 if (held[i] != NULL)
2832 isc_socket_detach(&held[i]);
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.history29 01/14 The first "Be-In" is held in Golden Gate Park, 1967
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp514 XTRACE(this, inQueue, Size, "AddtoRXQueue - Queue full, buffer will be held" );
774 // Desc: Checks to see if there's any held buffers
798 buffs->held = false;
876 XTRACE(me, 0, me->fPort.holdQueueIndxIn, "dataReadComplete - Buffer held");
877 buffs->held = true;
903 // Queue the read only if not aborted and the buffer is not held
907 if (!buffs->held)
3770 fPort.inPool[i].held = false;
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm258 is held off until a prepare is attempted with this handle.
359 The actual statement handle creation is held off until sql_* is first
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm287 all of your parsing data held inside the object (see the Calc.yp
290 module states and variables are held inside the parser object.
/macosx-10.10/vim-55/runtime/syntax/
H A Dinform.vim233 syn keyword informGrammar contained noun held multi multiheld multiexcept
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm17 ; warranty. In no event will the authors be held liable for any damages
/macosx-10.10/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm169 ;; warranty. In no event will the authors be held liable for any damages
/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm17 # modifications. This module is available "as-is" and the author can not be held
721 modifications. This module is available "as-is" and the author can not be held
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm909 The source code for the Template Toolkit is held in a public git repository
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm1153 exist. Andreas Koenig held the torch for many years, and then
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
1437 // REQUIRES: lock_ is held
1442 // REQUIRES: lock_ is held
1448 // REQUIRES: lock_ is held
1453 // REQUIRES: lock_ is held
1458 // REQUIRES: lock_ is held
1463 // REQUIRES: lock is held.
1469 // REQUIRES: lock_ for locked_size_class is held.
1476 // REQUIRES: lock_ is *not* held.
2124 // shouldScavenge() should be called only when the pageheap_lock spinlock is held, additionall
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1957 data held in the initial buffer. Process "A" terminates, flushing

Completed in 439 milliseconds