Home
last modified time | relevance | path

Searched refs:thread_info_used (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c537 static unsigned int thread_info_size, thread_info_used; variable
565 if( thread_info_used >= thread_info_size ) { in add_thread_info()
579 t = thread_info[thread_info_used]; in add_thread_info()
583 thread_info_used++; in add_thread_info()
595 last = thread_info[--thread_info_used]; in remove_thread_info()
596 assert( last->idx == thread_info_used ); in remove_thread_info()
598 (thread_info[thread_info_used] = t )->idx = thread_info_used; in remove_thread_info()
606 for( i = 0; i < thread_info_used; i++ ) { in get_thread_info()
610 ERROR_IF( i == thread_info_used, msg ); in get_thread_info()