jobs: Ensure releasing event loop 81/19981/1 6.99.5 guppy/6.99.5 guppy_6.99.5
authorJose Bollo <jose.bollo@iot.bzh>
Wed, 6 Feb 2019 16:16:09 +0000 (17:16 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Feb 2019 09:35:15 +0000 (10:35 +0100)
commit8b58a16a65f618fa0ca4f7707badc55649bc7f12
treeff749bb9e9a1ce68733948ae94496237da242d6c
parent4bb7ed656095229a1a91d19b9dbf172253c2532b
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 <jose.bollo@iot.bzh>
bindings/tutorial/CMakeLists.txt
bindings/tutorial/tuto-4.c [new file with mode: 0644]
src/jobs.c