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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c49 static int error = 0, replace, nbthreads = 1; variable
60 * ldap connections if nbthreads > 1 (i.e -l option).
191 if ( nbthreads == 1 ) {
200 for ( i=0; i<nbthreads; ++i ) {
205 if ( thr_create_errors < nbthreads )
227 if (nbthreads > 1) { \
426 nbthreads = atoi(optarg);
1064 if (nb >= nbthreads)
1071 nb = nbthreads; /* last chance */

Completed in 60 milliseconds