singletons 178 include/crm/pengine/pe_types.h GHashTable *singletons; singletons 27 lib/pengine/pe_actions.c if (data_set->singletons == NULL) { singletons 28 lib/pengine/pe_actions.c data_set->singletons = pcmk__strkey_table(NULL, NULL); singletons 30 lib/pengine/pe_actions.c g_hash_table_insert(data_set->singletons, action->uuid, action); singletons 36 lib/pengine/pe_actions.c if (data_set->singletons == NULL) { singletons 39 lib/pengine/pe_actions.c return g_hash_table_lookup(data_set->singletons, action_uuid); singletons 290 lib/pengine/status.c if (data_set->singletons != NULL) { singletons 291 lib/pengine/status.c g_hash_table_destroy(data_set->singletons);