From: Jose Bollo Date: Wed, 6 Feb 2019 16:16:09 +0000 (+0100) Subject: jobs: Ensure releasing event loop X-Git-Tag: 6.99.5^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8b58a16a65f618fa0ca4f7707badc55649bc7f12;hp=8b58a16a65f618fa0ca4f7707badc55649bc7f12;p=src%2Fapp-framework-binder.git jobs: Ensure releasing event loop The internal functions blocking threads for implementing call_sync were not releasing the event loop, leading to deafness of the binder. Include a tuto-4 that reproduce the issue on a binder with the bug and that also shows interesting usages of the binder. Bug-AGL: SPEC-2161 Change-Id: I83ad4d55d721a6046e798a5e06967df4dd5a7284 Signed-off-by: Jose Bollo ---