X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjobs.c;h=a518766bfe772497bc97ae18e9ffa2a48c61502e;hb=6f13ad1989875b5a0ce50b24211fd1fba093735f;hp=936c6f1de93e827392af72d2d8069b84972a9bb4;hpb=901a38c28bf3fe7cc3e58e3fad36190fbae585be;p=src%2Fapp-framework-binder.git diff --git a/src/jobs.c b/src/jobs.c index 936c6f1d..a518766b 100644 --- a/src/jobs.c +++ b/src/jobs.c @@ -389,6 +389,7 @@ static void thread_run_internal(volatile struct thread *me) abort(); } /* run the events */ + evmgr_prepare_run(evmgr); pthread_mutex_unlock(&mutex); sig_monitor(0, (void(*)(int,void*))evmgr_job_run, evmgr); pthread_mutex_lock(&mutex);