HomeSort by: relevance | last modified time | path
    Searched defs:thread_info_used (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 ) {
579 t = thread_info[thread_info_used];
583 thread_info_used++;
595 last = thread_info[--thread_info_used];
596 assert( last->idx == thread_info_used );
598 (thread_info[thread_info_used] = t )->idx = thread_info_used;
606 for( i = 0; i < thread_info_used; i++ ) {
610 ERROR_IF( i == thread_info_used, msg )
    [all...]

Completed in 15 milliseconds