DWORD ResumeThread (HANDLE hThread)
DWORD SuspendThread (HANDLE hThread)
●Both functions return previous suspend count
●0xFFFFFFFF indicates failure
●Useful in preventing “race conditions”
Do not allow threads to start until initialization is complete
●Unsafe for general synchronization