Searched refs:SH_TAILQ_HEAD (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dtxn.h65 SH_TAILQ_HEAD(__tdkids) kids; /* Linked list of child txn detail. */
142 SH_TAILQ_HEAD(__active) active_txn;
143 SH_TAILQ_HEAD(__mvcc) mvcc_txn;
H A Dlock.h66 SH_TAILQ_HEAD(__dobj) dd_objs; /* objects with waiters */
68 SH_TAILQ_HEAD(__flocker) free_lockers;
69 SH_TAILQ_HEAD(__lkrs) lockers; /* list of lockers */
107 SH_TAILQ_HEAD(__waitl) waiters; /* List of waiting locks. */
108 SH_TAILQ_HEAD(__holdl) holders; /* List of held locks. */
162 SH_TAILQ_HEAD(__flock) free_locks;
164 SH_TAILQ_HEAD(__fobj) free_objs;
H A Dlog.h207 SH_TAILQ_HEAD(__fq1) fq; /* List of file names. */
333 SH_TAILQ_HEAD(__commit) commits;/* list of txns waiting to commit. */
334 SH_TAILQ_HEAD(__free) free_commits;/* free list of commit structs. */
341 SH_TAILQ_HEAD(__logfile) logfiles;
342 SH_TAILQ_HEAD(__free_logfile) free_logfiles;
H A Dmp.h218 SH_TAILQ_HEAD(__free_frozen) free_frozen;
221 SH_TAILQ_HEAD(__alloc_frozen) alloc_frozen;
H A Dshqueue.h229 #define SH_TAILQ_HEAD(name) \ macro
H A Ddb_int.in119 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Ddb_shash.c98 SH_TAILQ_HEAD(hash_head) *headp;
/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_alloc.c34 typedef SH_TAILQ_HEAD(__sizeq) SIZEQ_HEAD;
37 SH_TAILQ_HEAD(__addrq) addrq; /* Sorted by address */
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h121 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h120 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h123 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h120 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h120 typedef SH_TAILQ_HEAD(__hash_head) DB_HASHTAB;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr023/
H A Dq.c314 SH_TAILQ_HEAD(sh_tq);

Completed in 157 milliseconds