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

/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h17 #ifndef MAX_THREAD_ID
18 #define MAX_THREAD_ID 500 macro
19 #endif /* MAX_THREAD_ID */
21 #ifndef MAX_THREAD_ID
22 #define MAX_THREAD_ID 1 macro
23 #endif /* MAX_THREAD_ID */
279 int ld_errno[MAX_THREAD_ID]; /* thread-specific */
281 char *ld_error[MAX_THREAD_ID]; /* thread-specific */
283 char *ld_matched[MAX_THREAD_ID]; /* thread-specific */
285 char **ld_referrals[MAX_THREAD_ID]; /* threa
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c150 static pthread_t ldap_thr_table[MAX_THREAD_ID] = {0};
158 for (i = 1; i < MAX_THREAD_ID; ++i) {
167 for (i = 1; i < MAX_THREAD_ID; ++i) {
H A Dunbind.c142 for (i = 0; i < MAX_THREAD_ID; i++)

Completed in 17 milliseconds