Searched refs:prof_thread_active_set (Results 1 – 4 of 4) sorted by relevance
80 bool prof_thread_active_set(tsd_t *tsd, bool active);
341 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
2866 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
1959 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()