Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void CriticalSection::lock() {
27
EnterCriticalSection(&m_impl->m_criticalSection);
28
}
29
30
bool CriticalSection::try_lock() {
31
return (TryEnterCriticalSection(&m_impl->m_criticalSection) != 0);
Callers
15
create
Method · 0.80
create
Method · 0.80
wait
Method · 0.80
setup
Method · 0.80
operator()
Method · 0.80
create_netlink_connector
Method · 0.80
create_tcp_socket
Method · 0.80
create_tcp_acceptor
Method · 0.80
create_udp_socket
Method · 0.80
create_uds_socket
Method · 0.80
create_uds_acceptor
Method · 0.80
create
Method · 0.80
Calls
no outgoing calls
Tested by
7
create
Method · 0.64
create
Method · 0.64
setup
Method · 0.64
operator()
Method · 0.64
wait_for_initial_events
Method · 0.64
run
Method · 0.64
run
Method · 0.64