vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a simple question ... if I create a kernel thread using kthread_create, will it have to voluntarily relinquish control inorder that other processes get a share of the CPU? What I mean is that if my thread does nothing but while(1), while my machine just hang or will the scheduler switch to some other process after a time slice? Thanks, Bijoy Thomas. |