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

  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 634 adjust_count( int which, int adjust ) function
754 adjust_count( Idx_unexited_thread, -1 );
823 adjust_count( Idx_unexited_thread, +1 );
825 adjust_count( Idx_unjoined_thread, +1 );
854 adjust_count( Idx_unjoined_thread, -1 );
906 adjust_count( Idx_cond, +1 );
921 adjust_count( Idx_cond, -1 );
955 adjust_count( Idx_locked_mutex, -1 );
962 adjust_count( Idx_locked_mutex, +1 );
978 adjust_count( Idx_mutex, +1 )
    [all...]

Completed in 15 milliseconds