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: |
|
Code examples: |
|
Ex. solutions: |