Searched refs:cum_gctxs (Results 1 – 2 of 2) sorted by relevance
66 static unsigned cum_gctxs; /* Atomic counter. */ variable537 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1); in prof_gctx_mutex_choose()
81 static atomic_u_t cum_gctxs; /* Atomic counter. */ variable542 unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED); in prof_gctx_mutex_choose()