OSDN Git Service

lock when calling and updating post-routine functions
authorIvailo Monev <xakepa10@gmail.com>
Tue, 14 Jun 2022 03:56:43 +0000 (06:56 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 14 Jun 2022 03:56:43 +0000 (06:56 +0300)
commit2b48b333c12eed71a886faebdc970fc3e69524cb
treedf09c6c53f4a670d7be450005005d66e93e7ecdb
parentce0d2a58d94043e499a53397c29f40c73f13c4ef
lock when calling and updating post-routine functions

using recursive mutex because post-routines can call
QCoreApplication::libraryPaths() and other methods that change the library
and plugin paths

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/kernel/qcoreapplication.cpp