MCPcopy Create free account
hub / github.com/COVESA/vsomeip / lock

Method lock

implementation/utility/src/criticalsection.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void CriticalSection::lock() {
27 EnterCriticalSection(&m_impl->m_criticalSection);
28}
29
30bool CriticalSection::try_lock() {
31 return (TryEnterCriticalSection(&m_impl->m_criticalSection) != 0);

Callers 15

createMethod · 0.80
createMethod · 0.80
waitMethod · 0.80
setupMethod · 0.80
operator()Method · 0.80
create_tcp_socketMethod · 0.80
create_tcp_acceptorMethod · 0.80
create_udp_socketMethod · 0.80
create_uds_socketMethod · 0.80
create_uds_acceptorMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by 7

createMethod · 0.64
createMethod · 0.64
setupMethod · 0.64
operator()Method · 0.64
runMethod · 0.64
runMethod · 0.64