[FIX] Preload: probes in newly created threads 87/45487/1
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 6 Aug 2015 13:31:57 +0000 (16:31 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Thu, 6 Aug 2015 13:31:57 +0000 (16:31 +0300)
commita17b49199f82d5a5abadbbaf84e67f80c81fb228
treee61bba20ee5817ae310f337ce391056b00c9cecb
parent34bbcb740d279855a0ddf45933c32fe1473b4506
[FIX] Preload: probes in newly created threads

Previously the second exit from pthread_create (exit in new thread)
was not handled correctly and this lead to messages missing.
Fixed "process data not found" case - now it doesn't lead to drop.

Change-Id: I9c6470758b759ae430b23e0aedb93fc525cea395
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
preload/preload_control.c
preload/preload_control.h
preload/preload_module.c