From: Jose Bollo Date: Mon, 31 Dec 2018 08:33:01 +0000 (+0100) Subject: jobs: Fix a lock of call sync X-Git-Tag: 6.99.4~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e84fc44c47b42651fef17405f5bc09e5079d4a72;hp=e84fc44c47b42651fef17405f5bc09e5079d4a72;p=src%2Fapp-framework-binder.git jobs: Fix a lock of call sync Sometime the function jobs_leave missed to wake up the process that expected the result. It happened when that waiting thread was locked in the epoll. That commit unlock it. Bug-AGL: SPEC-2089 Change-Id: I6ab6a60a8c9ea3639143f282f90c7b77ed16853a Signed-off-by: Jose Bollo Signed-off-by: Clément Bénier ---