Home
last modified time | relevance | path

Searched refs:modules_pending_unload (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmodule.c285 pa_hashmap_remove(m->core->modules_pending_unload, m); in pa_module_free()
359 pa_assert(pa_hashmap_isempty(c->modules_pending_unload)); in pa_module_unload_all()
369 while ((m = pa_hashmap_first(c->modules_pending_unload))) in defer_cb()
380 pa_hashmap_put(m->core->modules_pending_unload, m, m); in pa_module_unload_request()
Dcore.c122 c->modules_pending_unload = pa_hashmap_new(NULL, NULL); in pa_core_new()
208 pa_assert(pa_hashmap_isempty(c->modules_pending_unload)); in core_free()
209 pa_hashmap_free(c->modules_pending_unload); in core_free()
Dcore.h194 pa_hashmap *modules_pending_unload; /* pa_module -> pa_module (hashmap-as-a-set) */ member