Skip to content
  • Matthias Clasen's avatar
    Make modules.c thread-safe · 25779da8
    Matthias Clasen authored
    The maps list is protected with a mutex.
    registered_engines, dlloaded_engines and dlloaded_modules are
    read-only after init_modules, which is protected with g_once_init.
    Finally, engine creation is protected with another mutex.
    25779da8