POSIX pthread_create, pthread_join, pthread_exit
WIN32 CreateThread, ExitThread, GetExitCodeThread
gcc optmizations
volatiles
Slides:
03-threads.pdf
Code examples:
03-examples.zip
Ex. solutions:
03-solutions.zip
WaitForSingleObject
CreateThread
ExitThread
GetExitCodeThread
ResumeThread
pthread_create
pthread_join
pthread_exit
gcc volatile
gcc optimization flags