MCPcopy Create free account
hub / github.com/apache/qpid-proton / psocket_context

Function psocket_context

c/src/proactor/win_iocp.cpp:1847–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847static pcontext_t *psocket_context(psocket_t *ps) {
1848 if (ps->listener)
1849 return &ps->listener->context;
1850 pconnection_t *pc = as_pconnection_t(ps);
1851 return &pc->context;
1852}
1853
1854
1855// Call wih lock held

Callers 1

wakeupFunction · 0.85

Calls 1

as_pconnection_tFunction · 0.85

Tested by

no test coverage detected