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

Method EnableMultiTreading

sourcecommon/unilist.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159//---------------------------------------------------------------------------
160template <class T>
161void TUniList<T>::EnableMultiTreading(void)
162{
163 if( bEnableMT )
164 return;
165 InitializeCriticalSection( &busy );
166 bEnableMT = true;
167}
168//---------------------------------------------------------------------------
169template <class T>
170void TUniList<T>::SetBusy(bool b)

Callers 1

sendmail.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected