MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TThread

Function TThread

source/sound.cpp:42–47  ·  view source on GitHub ↗

--------------------------------------------------------------------------- ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

40//
41//---------------------------------------------------------------------------
42__fastcall TSound::TSound(bool CreateSuspended) :
43 TThread(CreateSuspended)
44{
45 QueueSize = 0;
46 InitializeCriticalSection( &busy );
47}
48//---------------------------------------------------------------------------
49__fastcall TSound::~TSound(void)
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected