jobs: Fix callsync hanging 67/22867/2
authorJose Bollo <jose.bollo@iot.bzh>
Wed, 6 Nov 2019 10:12:16 +0000 (11:12 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 6 Nov 2019 11:07:57 +0000 (11:07 +0000)
commit355db4b7f226c198fd001c41a0f3827dee65932f
tree560536ad63d0bb464cca11d0038be1f2ac897d58
parentb612db216c2793c34e264254794db3308d20d796
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 <jose.bollo@iot.bzh>
src/jobs.c