DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
Threads
Basic threads management
The basic operations on threads are
conceptually
similar to certain operations on processes.
Operation
Process method
Thread method
Creation
fork
(S)
exec
(S)
thr_create
(S)
Termination
exit
(S)
thr_exit
(S)
Synchronization
wait
(S)
thr_join
(S)
Next topic:
Creating a new thread
Previous topic:
Overview of threads
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005