Skip to content
Commit 6f4b9a64 authored by Benjamin Walsh's avatar Benjamin Walsh
Browse files

unified/test_context: adapt test to run on unified kernel



Fixing issues with the test itself really:

- reply_timeout semaphore was not initialized, causing its limit value
  to be 0 on unified kernel

- There is no API to set a fiber's priority after it is started in a
  nanokernel. However, tcs.prio can be written to and this works without
  issues. On unified kernel, this does not work however because the
  thread has to move between linked lists representing each priority in
  the ready queue.

Change-Id: I3c5585da05cbc4ac3d2f0f9ae0297d24d41b1309
Signed-off-by: default avatarBenjamin Walsh <benjamin.walsh@windriver.com>
parent c72acc93
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment