Searched refs:active_threads (Results 1 - 5 of 5) sorted by relevance

/sssd/src/sss_client/
H A Dnss_mc_common.c119 uint32_t active_threads = ctx->active_threads; local
131 ctx->active_threads = active_threads;
210 __sync_add_and_fetch(&ctx->active_threads, 1);
217 __sync_add_and_fetch(&ctx->active_threads, 1);
235 if (ctx->initialized == RECYCLED && ctx->active_threads == 0) {
245 __sync_sub_and_fetch(&ctx->active_threads, 1);
H A Dnss_mc.h58 uint32_t active_threads; /* count of threads which use memory cache */ member in struct:sss_cli_mc_ctx
H A Dnss_mc_initgr.c163 __sync_sub_and_fetch(&initgr_mc_ctx.active_threads, 1);
H A Dnss_mc_group.c181 __sync_sub_and_fetch(&gr_mc_ctx.active_threads, 1);
249 __sync_sub_and_fetch(&gr_mc_ctx.active_threads, 1);
H A Dnss_mc_passwd.c174 __sync_sub_and_fetch(&pw_mc_ctx.active_threads, 1);
242 __sync_sub_and_fetch(&pw_mc_ctx.active_threads, 1);

Completed in 11 milliseconds