X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjobs.c;h=94bdce86a1070b8ba171e57ce789608d24993544;hb=6cbd15fc52490e85babb60f76a0d1887cbe88696;hp=a518766bfe772497bc97ae18e9ffa2a48c61502e;hpb=99ad30bf29c683da833efeac42d8f178b6d2ca8c;p=src%2Fapp-framework-binder.git diff --git a/src/jobs.c b/src/jobs.c index a518766b..94bdce86 100644 --- a/src/jobs.c +++ b/src/jobs.c @@ -838,7 +838,8 @@ void jobs_exit(void (*handler)()) t = t->next; } - /* wait the threads */ + /* wake up the threads */ + evloop_wakeup(); pthread_cond_broadcast(&cond); /* leave */