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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c237 static void prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx);
335 prof_tctx_destroy(tsd, tctx);
533 prof_tctx_destroy(tsd, tctx);
835 * prof_tctx_destroy()/prof_gctx_try_destroy().
854 * condition with this function, as does prof_tctx_destroy() in order to
855 * avoid a race between the main body of prof_tctx_destroy() and entry
872 * Compensate for increment in prof_tctx_destroy() or
912 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) { function
1031 * prof_tctx_destroy()/prof_gctx_try_destroy().

Completed in 180 milliseconds