Searched defs:active_threads (Results 1 - 2 of 2) sorted by relevance

/sssd/src/sss_client/
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_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);

Completed in 9 milliseconds