Results 1 to 1 of 1
Hi!
Kernel: 2.6.24.2
System: Embedded System
I have a process and two threads running in it. Thread1 is my GUI-Thread (using FLTK) and Thread2 is running at the first 10 ...
- 02-16-2010 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
How to make thread nicer
Hi!
Kernel: 2.6.24.2
System: Embedded System
I have a process and two threads running in it. Thread1 is my GUI-Thread (using FLTK) and Thread2 is running at the first 10 sec. after start.
Now, I would like to make Thread2 "nicer" to Thread1, because otherwise GUI stucks sometimes. But I didn't find a solution.
Is it possible to define the "niceness" of threads inside a process (to each other)? And if so, how do I have to do this?
Thanks!
Michael


Reply With Quote
