Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ push_conn
Method
push_conn
lib_acl_cpp/src/ipc/ipc_service.cpp:388–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
void ipc_service::push_conn(ipc_client* conn)
389
{
390
lock_.lock();
391
conn_pool_.push_back(conn);
392
lock_.unlock();
393
}
394
395
} // namespace acl
Callers
2
thread_pool_main
Function · 0.80
thread_once_main
Function · 0.80
Calls
3
lock
Method · 0.45
push_back
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected