Searched refs:ld_lockcount (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h38 #define DBG_LOCK2(ld,st) printf("%d> %s ld_lockcount=%d %d:%s\n", thr_self(), st, (ld)->ld_lockcount, __LINE__, __FILE__);
72 (ld)->ld_lockcount++; \
77 if ((ld)->ld_lockcount==0) { \
82 (ld)->ld_lockcount--; \
336 int ld_lockcount; /* lock depth */ member in struct:ldap
/osnet-11/usr/src/lib/libldap4/common/
H A Dunbind.c157 if (ld->ld_lockcount != 0)
158 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 260, "Mutex problem: ld_lockcount not equal to zero when freeing context\n"), 0, 0, 0 );

Completed in 16 milliseconds