Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ reset
Method
reset
src/msg/async/Stack.h:347–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
init_cond.wait(l);
346
}
347
void reset() {
348
init_lock.lock();
349
init = false;
350
init_cond.notify_all();
351
init_lock.unlock();
352
done = false;
353
}
354
};
355
356
class NetworkStack {
Callers
15
clear_priv
Method · 0.45
add_thread
Method · 0.45
create
Method · 0.45
close
Method · 0.45
abort_accept
Method · 0.45
process
Method · 0.45
reset_security
Method · 0.45
reset_recv_state
Method · 0.45
reset_compression
Method · 0.45
reset_security
Method · 0.45
reset_recv_state
Method · 0.45
client_ready
Method · 0.45
Calls
3
lock
Method · 0.45
notify_all
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected