[FEATURE] task context for KS 57/50257/5
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 22 Apr 2014 19:14:30 +0000 (23:14 +0400)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Thu, 29 Oct 2015 13:05:17 +0000 (06:05 -0700)
commit645a5019b099e92481cedd6a274b864306f5a00f
treeedda378547d796e0f45729cde7c915c2788d3a6e
parent0c1549b2af1e1043508f87ed35d5a3945ecfa431
[FEATURE] task context for KS

 Create functionality for execution function in context either
thread context (only for US threads).

 Send fake signal to the thread and catch signal handler.
It make possible to execute function in thread context.

Change-Id: I9eb48dad7dae4658f4452c2c74da7e156bb6d80c
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
Kbuild
packaging/swap-modules.spec
task_ctx/Kbuild [new file with mode: 0644]
task_ctx/task_ctx.c [new file with mode: 0644]
task_ctx/task_ctx.h [new file with mode: 0644]