From fcd68bb0f872c65c4317377f787f5fdddea6e5d0 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 6 Feb 2019 17:16:09 +0100 Subject: 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 --- bindings/tutorial/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/tutorial/CMakeLists.txt') diff --git a/bindings/tutorial/CMakeLists.txt b/bindings/tutorial/CMakeLists.txt index 5c19bb85..b45851fe 100644 --- a/bindings/tutorial/CMakeLists.txt +++ b/bindings/tutorial/CMakeLists.txt @@ -32,5 +32,6 @@ ENDMACRO(tuto) tuto(1 c) tuto(2 c) tuto(3 cpp) +tuto(4 c) tuto(app1 c) -- cgit 1.2.3-korg