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(2)
exec(2)
thr_create(3thread)
Termination exit(2) thr_exit(3thread)
Synchronization wait(2) thr_join(3thread)


Next topic: Creating a new thread
Previous topic: Overview of threads

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