MCPcopy Create free account
hub / github.com/ceph/ceph / in_thread

Method in_thread

src/msg/async/Event.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 // Used by external thread
212 void dispatch_event_external(EventCallbackRef e);
213 inline bool in_thread() const {
214 return pthread_equal(pthread_self(), owner);
215 }
216
217 private:
218 template <typename func>

Callers 10

_try_sendMethod · 0.80
reset_recv_stateMethod · 0.80
write_messageMethod · 0.80
reuse_connectionMethod · 0.80
submit_toMethod · 0.80
write_messageMethod · 0.80
reset_recv_stateMethod · 0.80
replaceMethod · 0.80
get_reged_memMethod · 0.80
remove_pending_connMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected