GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes
Cpl::System::Win32 Namespace Reference

Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using native Win32 threading functions. More...

Detailed Description

Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using native Win32 threading functions.

Classes

class  Thread
 This concrete class implements a Thread object using Win32 threads NOTE: The class/implementation uses _beginthread() instead of CreateThread() ->this is per Microsoft's documentation that says the _beginthread() properly initializes/cleans-up the C-Runtime library as where CreateThread() does NOT. More...