summaryrefslogtreecommitdiffstats
path: root/bindings/tutorial/tuto-4.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06jobs: Ensure releasing event loopJose Bollo1-0/+29
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>