Threads, tss

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
prabuinet

Threads, tss

Post by prabuinet »

Should each thread have a separate TSS?
Legend

RE:Threads, tss

Post by Legend »

If you use hardware task switching, you'll need a seperate TSS for each thread.
If you use software task switching - no!
Post Reply