Searched refs:prof_log_stop (Results 1 – 4 of 4) sorted by relevance
95 bool prof_log_stop(tsdn_t *tsdn);
324 #define prof_log_stop JEMALLOC_N(prof_log_stop) macro
155 CTL_PROTO(prof_log_stop)420 {NAME("log_stop"), CTL(prof_log_stop)}2797 if (prof_log_stop(tsd_tsdn(tsd))) { in prof_log_stop_ctl()
2555 prof_log_stop(tsd_tsdn(tsd)); in prof_log_stop_final()2696 prof_log_stop(tsdn_t *tsdn) { in prof_log_stop() function