From: José Bollo Date: Wed, 16 Jan 2019 10:57:38 +0000 (+0100) Subject: jobs: Separate internal threads from others X-Git-Tag: 6.99.4^2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=48df1b4c1e9d34ab8cafe0f496ddac299a00e00a;hp=48df1b4c1e9d34ab8cafe0f496ddac299a00e00a;p=src%2Fapp-framework-binder.git jobs: Separate internal threads from others Foreign threads, that are not started by jobs, are allowed to use synchronous jobs_call/job_leave (directly or indirectly). This commit ensure that those foreign thread will neither acquire the eventloop nor execute jobs. Includes a tiny cleanup of remain usage. Bug-AGL: SPEC-2089 Change-Id: I2ad7fcfe2c276e34bdc4ec0c2aa3a4207bea1854 Signed-off-by: José Bollo ---