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

Function LeaveCriticalSection

extern/boost/boost/winapi/critical_section.hpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191BOOST_FORCEINLINE VOID_ LeaveCriticalSection(CRITICAL_SECTION_* lpCriticalSection)
192{
193 ::LeaveCriticalSection(winapi::detail::cast_ptr(lpCriticalSection));
194}
195
196#if BOOST_USE_WINAPI_VERSION >= 0x0403
197#if BOOST_WINAPI_PARTITION_APP_SYSTEM

Callers 4

unlockMethod · 0.85
~scoped_lockMethod · 0.85
leaveFunction · 0.85
RecordMethod · 0.85

Calls 1

cast_ptrClass · 0.85

Tested by 1

unlockMethod · 0.68