Lines Matching refs:ltp_pause
174 volatile sig_atomic_t ltp_pause; member
430 if (pool->ltp_pause) in ldap_pvt_thread_pool_submit2()
549 assert(pool->ltp_pause == PAUSED); in ldap_pvt_thread_pool_walk()
711 count = (pool->ltp_pause != 0); in ldap_pvt_thread_pool_query()
762 if (pool->ltp_pause) in ldap_pvt_thread_pool_query()
799 rc = (pool->ltp_pause != 0); in ldap_pvt_thread_pool_pausing()
973 if (pool->ltp_pause) { in ldap_int_thread_pool_wrapper()
976 while (pool->ltp_pause) in ldap_int_thread_pool_wrapper()
1001 if (pool->ltp_pause) { in ldap_int_thread_pool_wrapper()
1034 if (!pool->ltp_pause) { in ldap_int_thread_pool_wrapper()
1123 if (pause_type == CHECK_PAUSE && !pool->ltp_pause) in handle_pause()
1138 pause = pool->ltp_pause; /* NOT_PAUSED, WANT_PAUSE or PAUSED */ in handle_pause()
1166 } while (pool->ltp_pause > max_ltp_pause); in handle_pause()
1178 assert(!pool->ltp_pause); in handle_pause()
1179 pool->ltp_pause = WANT_PAUSE; in handle_pause()
1215 assert(pool->ltp_pause == WANT_PAUSE); in handle_pause()
1216 pool->ltp_pause = PAUSED; in handle_pause()
1265 if (!pool->ltp_pause) in ldap_pvt_thread_pool_pausecheck_native()
1269 while (pool->ltp_pause) in ldap_pvt_thread_pool_pausecheck_native()
1303 assert(pool->ltp_pause == PAUSED); in ldap_pvt_thread_pool_resume()
1304 pool->ltp_pause = 0; in ldap_pvt_thread_pool_resume()