30-03-2022 - Processes - part 2, Threads - part 1

Detailed program:
  • WIN32 CreateProcess, WaitForSingleObject, ExitProcess, GetExitCodeProcess

  • POSIX pthread_create, pthread_join, pthread_exit

  • WIN32 CreateThread, ExitThread, GetExitCodeThread

Slides:

02-processes.pdf 03-threads.pdf

Code examples:

03-examples.zip

Ex. solutions:

03-solutions.zip