evl/thread: drop evl_start_thread() from the kernel API
EVL threads start running immediately after creation, there is no need
for an intermediate stopped state.
Let's open code the few bits required to set up the scheduling state
of an emerging user/kernel thread instead, and get rid of this Cobalt
legacy.
Signed-off-by:
Philippe Gerum <rpm@xenomai.org>
Please register or sign in to comment