This is a discussion on Kernel Threads within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Hi, I have a simple question ... if I create a kernel thread using kthread_create, will it have to ...
| |||||||
| 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. |