X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjobs.c;h=a518766bfe772497bc97ae18e9ffa2a48c61502e;hb=f9c743046f94769c25ffc5bfd8d190c53cc4d613;hp=936c6f1de93e827392af72d2d8069b84972a9bb4;hpb=02fe255525d3805350676445b5c8854afa46cbe4;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);