DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Threads

Bound thread scheduling

The semantics of bound thread scheduling differs considerably from that for multiplexed threads.

A bound thread with real-time constraints can further improve response time by using processor_bind(S) to bind its LWP to a processor. It can use _lwp_self(S) to find the ID of the LWP to which it is bound, and pass that as an argument to processor_bind.


NOTE: Multiplexed threads should not use processor_bind.


Next topic: Managing thread scheduling
Previous topic: Multiplexed thread scheduling

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005