MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / EnterCriticalSection

Function EnterCriticalSection

extern/boost/boost/winapi/critical_section.hpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184#endif
185
186BOOST_FORCEINLINE VOID_ EnterCriticalSection(CRITICAL_SECTION_* lpCriticalSection)
187{
188 ::EnterCriticalSection(winapi::detail::cast_ptr(lpCriticalSection));
189}
190
191BOOST_FORCEINLINE VOID_ LeaveCriticalSection(CRITICAL_SECTION_* lpCriticalSection)
192{

Callers 4

lockMethod · 0.85
scoped_lockMethod · 0.85
enterFunction · 0.85
RecordMethod · 0.85

Calls 1

cast_ptrClass · 0.85

Tested by 1

lockMethod · 0.68