Skip to content
Commit 95af9115 authored by Filipe Rinaldi's avatar Filipe Rinaldi
Browse files

cam-service: Simplify code shared between Zephyr and Linux



Zephyr requires the explicit initialization of pthread attr to be able
to set the thread's stack area. Whilst in Linux we can rely on the
implicit initialization of the pthread attr, it only makes the code less
readable.

This patch keeps the explicit initialization of pthread attr for Linux
as well.

Signed-off-by: Filipe Rinaldi's avatarFilipe Rinaldi <filipe.rinaldi@arm.com>
parent e42e4383
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