From: Jose Bollo Date: Wed, 6 Nov 2019 10:12:16 +0000 (+0100) Subject: jobs: Fix callsync hanging X-Git-Tag: 8.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=355db4b7f226c198fd001c41a0f3827dee65932f;hp=355db4b7f226c198fd001c41a0f3827dee65932f;p=src%2Fapp-framework-binder.git jobs: Fix callsync hanging The function implementing jobs_enter, used by implementations of synchronous calls, was not taking care of waking up a thread. This had the effect of blocking calls made by an external thread. Bug-AGL: SPEC-2937 Change-Id: I4bf0265b4c029fb619ef7128824ee9d46a45996e Signed-off-by: Jose Bollo ---