Searched refs:prof_thread_active_set (Results 1 – 4 of 4) sorted by relevance
77 bool prof_thread_active_set(tsd_t *tsd, bool active);
525 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
474 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
2413 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()