Searched refs:active_init (Results 1 – 2 of 2) sorted by relevance
80 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
2219 bool active_init; in prof_thread_active_init_get() local2222 active_init = prof_thread_active_init; in prof_thread_active_init_get()2224 return active_init; in prof_thread_active_init_get()2228 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) { in prof_thread_active_init_set() argument2233 prof_thread_active_init = active_init; in prof_thread_active_init_set()