Searched refs:thread_collections (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libauto-186/
H A DEnvironment.h55 static bool thread_collections; // enable thread local collections member in class:Auto::Environment
H A DEnvironment.cpp47 bool Environment::thread_collections; // enable thread local collections member in class:Auto::Environment
143 thread_collections = read_bool("AUTO_USE_TLC", true, "Thread local collector [TLC] disabled.");
H A DAdmin.cpp718 if (refcount_is_one || !Environment::thread_collections) {
752 if (refcount_is_one || !Environment::thread_collections) {

Completed in 81 milliseconds