singletons 225 include/crm/common/scheduler.h GHashTable *singletons; singletons 28 lib/pengine/pe_actions.c if (scheduler->singletons == NULL) { singletons 29 lib/pengine/pe_actions.c scheduler->singletons = pcmk__strkey_table(NULL, NULL); singletons 31 lib/pengine/pe_actions.c g_hash_table_insert(scheduler->singletons, action->uuid, action); singletons 37 lib/pengine/pe_actions.c if (scheduler->singletons == NULL) { singletons 40 lib/pengine/pe_actions.c return g_hash_table_lookup(scheduler->singletons, action_uuid); singletons 329 lib/pengine/status.c if (scheduler->singletons != NULL) { singletons 330 lib/pengine/status.c g_hash_table_destroy(scheduler->singletons);