Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ signal
Method
signal
src/common/WorkQueue.h:386–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
m_items.push_back(item);
385
}
386
void signal() {
387
std::lock_guard pool_locker(m_pool->_lock);
388
m_pool->_cond.notify_one();
389
}
390
ceph::mutex &get_pool_lock() {
391
return m_pool->_lock;
392
}
Callers
10
main
Function · 0.45
ms_dispatch
Method · 0.45
run
Method · 0.45
process
Method · 0.45
submit
Method · 0.45
wake
Method · 0.45
try_update
Method · 0.45
~crimson_mclock_cleaning_job_t
Method · 0.45
put
Method · 0.45
reset_max
Method · 0.45
Calls
1
notify_one
Method · 0.45
Tested by
no test coverage detected