Searched refs:singletons (Results 1 – 6 of 6) sorted by relevance
7 config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
72 For implicit global state or singletons, thread-safety depends on the facility.
14 // singletons are shared by multiple types.
93 singletons but provided no means to free them. There is now a
13366 auto& singletons = getSingletons(); in cleanupSingletons() local13367 for( auto singleton : *singletons ) in cleanupSingletons()13369 delete singletons; in cleanupSingletons()13370 singletons = nullptr; in cleanupSingletons()