Searched refs:SH_TAILQ_EMPTY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dshqueue.h248 #define SH_TAILQ_EMPTY(head) \ macro
255 (SH_TAILQ_EMPTY(head) ? NULL : SH_TAILQ_FIRSTP(head, type))
296 (SH_TAILQ_EMPTY(head) ? NULL : SH_TAILQ_LASTP(head, field, type))
/macosx-10.10.1/BerkeleyDB-21/db/test/scr023/
H A Dq.c358 if (SH_TAILQ_EMPTY(l))
390 if (SH_TAILQ_EMPTY(l))
/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_mvcc.c189 *need_frozenp = SH_TAILQ_EMPTY(&c_mp->free_frozen);

Completed in 220 milliseconds