HI,
I am new to devkitPro and Switch Development and I am developing Homebrew app using libnx.
What I'm suffering is multi-threading. In my app a thread seems to block other threads. I think it is due that my process uses only one CPU core. I find the function svcSetThreadCoreMask. I guess this function can control which thread uses which CPU core.
How can I use this function and make threads run parallelly?
How to use svcSetThreadCoreMask
-
- Site Admin
- Posts: 2004
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: How to use svcSetThreadCoreMask
Don't try to use svc functions at all. The easiest thing for you is probably C11 threads right now, see https://en.cppreference.com/w/c/thread
Re: How to use svcSetThreadCoreMask
As a bonus, C11 threads as implemented by libnx are preemptively multithreaded & load balanced across cores.
Donate to devkitPro - help us stay alive!
Who is online
Users browsing this forum: No registered users and 2 guests