HomeSort by: relevance | last modified time | path
    Searched defs:thread_info_size (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 537 static unsigned int thread_info_size, thread_info_used; variable
565 if( thread_info_used >= thread_info_size ) {
566 unsigned int more = thread_info_size + 8;
567 unsigned int new_size = thread_info_size + more;
574 t->idx = thread_info_size;
575 thread_info[thread_info_size++] = t++;
576 } while( thread_info_size < new_size );

Completed in 27 milliseconds