In Linux redhat, where is fbswait() function defined at?
Thursday, September 8th, 2011 at
22:02
In the FBS (frequency-based schedler) in Linux redhat version, where is the fbswait() function defined at? I am doing some porting from a different Unix machine to this one and need more details on this function from the FBS group. Thanks!
I really meant I want to know where the definition is cause in fbsched.h it’s an ‘extern’ type. I can’t find the def anywhere. Thanks!
Tagged with: extern • Linux • redhat version • unix • unix machine
Filed under: Redhat
Like this post? Subscribe to my RSS feed and get loads more!
Taken from http://www.ccur.com/isddocs/fbs_threads.pdf
A code segment in that doc gives:
#include <fbsched.h>
main ()
{
while (fbswait() == 0) {
…..
}
}
So, the header file is fbsched.h