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(2) to bind its LWP to a processor. It can use _lwp_self(2) 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

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004