Searched refs:have_background_thread (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h183 static const bool have_background_thread = variable
/freebsd-12-stable/contrib/jemalloc/src/
H A Dbackground_thread.c540 assert(have_background_thread);
849 if (!have_background_thread && opt_background_thread) {
866 assert(have_background_thread);
H A Djemalloc.c348 if (have_background_thread) {
1560 assert(have_background_thread);
3302 if (have_background_thread) {
3306 if (have_background_thread) {
3377 if (have_background_thread) {
3404 if (have_background_thread) {
H A Dctl.c917 if (!have_background_thread ||
980 if (have_background_thread) {
1521 if (!have_background_thread) {
1579 if (!have_background_thread) {
2044 if (have_background_thread) {
2060 if (have_background_thread) {
2783 if (have_background_thread) {
H A Dextent.c204 if (have_background_thread) {
209 if (have_background_thread) {
H A Dstats.c1084 if (have_background_thread) {
H A Darena.c873 if (have_background_thread && background_thread_enabled() &&

Completed in 128 milliseconds