Searched refs:prof_thread_active_get (Results 1 – 4 of 4) sorted by relevance
76 bool prof_thread_active_get(tsd_t *tsd);
522 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
461 prof_thread_active_get(tsd_t *tsd) { in prof_thread_active_get() function
2403 oldval = opt_prof ? prof_thread_active_get(tsd) : false; in thread_prof_active_ctl()