Hello Friends ,

I ahve a Solaris code with processor_bind system call to bind LWPs to a 
processor 

 
The processor_bind() function binds the LWP (lightweight process) or set of 
LWPs specified by idtype and id to the processor specified by processorid. If 
obind is not NULL, this function also sets the processorid_t variable pointed 
to by obind to the previous binding of one of the specified LWPs, or to 
PBIND_NONE if the selected LWP was not bound.
 
I have checked the manuals and documents , but  i found there is no equivalent 
sys call in linux 
 
The Linux system calls that are processor affinity based are 
sched_setaffinity(2) and sched_getaffinity(2). 

I would like to know is there any wrapper fun or workaround for processor_bind 
in Linux 

Many Thanks in advance
Naren




      Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to