Results 1 to 2 of 2
Can anybody explain me what is the meaning of CPU yield ?
i tried to search on net , but did nt find any useful informatin .
as fasr as ...
- 02-25-2008 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
CPU yield
Can anybody explain me what is the meaning of CPU yield ?
i tried to search on net , but did nt find any useful informatin .
as fasr as i know , it belongs to each process in linux which tells that how much time , this process needs from CPU ?
- 02-25-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Here ya go...........
yield.c: when a thread doesn't need to keep the CPU
You can see the source here.....
http://www.cs.usu.edu/~jerry/Classes/6220/Notes/yield.c
It is to do with threaded programming.


Reply With Quote
