MCPcopy 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.
19namespace std {
20template <typename Lockable> void lock(Lockable &l) { l.lock(); }
21} // namespace std
22
23namespace ccls {

Callers 2

MultiQueueLockMethod · 0.85
lock_implMethod · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected