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

Method SetBusy

sourcecommon/unilist.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168//---------------------------------------------------------------------------
169template <class T>
170void TUniList<T>::SetBusy(bool b)
171{
172 if( ! bEnableMT )
173 return;
174 if( b ) EnterCriticalSection( &busy );
175 else LeaveCriticalSection( &busy );
176}
177//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected