Change-Id: I625dd517912461bb55f298a11a5eb37adc92293b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
threads = (struct thread*)me;
current = (struct thread*)me;
- NOTICE("job thread starting %d(/%d) %s", started, allowed, me->upper ? "child" : "parent");
-
/* loop until stopped */
me->events = NULL;
while (!me->stop) {
}
}
}
- NOTICE("job thread stoping %d(/%d) %s", started, allowed, me->upper ? "child" : "parent");
/* unlink the current thread and cleanup */
prv = &threads;