Skip to content
Commit bfaef7ea authored by Hongda Deng's avatar Hongda Deng
Browse files

cam-service: Enable pthread creation on Zephyr



1. Define a top level array of thread stack memory regions on Zephyr.
   The count of threads is CAM_SERVICE_MAX_CONN + 1 which means one
   dispatcher thread and CAM_SERVICE_MAX_CONN stream connection
   process threads.
2. Define a non-null pthread attribute while creating new thread on
   Zephyr.

Signed-off-by: default avatarHongda Deng <hongda.deng@arm.com>
parent 2a8198a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment