Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ?

  2. #2
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •