Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaskRay/ccls
/ lock
Function
lock
src/threaded_queue.hh:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
// argument.
19
namespace std {
20
template <typename Lockable> void lock(Lockable &l) { l.lock(); }
21
} // namespace std
22
23
namespace ccls {
Callers
2
MultiQueueLock
Method · 0.85
lock_impl
Method · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected