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

Function wake_complete

c/src/proactor/win_iocp.cpp:1856–1859  ·  view source on GitHub ↗

Call wih lock held

Source from the content-addressed store, hash-verified

1854
1855// Call wih lock held
1856static inline void wake_complete(pcontext_t *ctx) {
1857 ctx->wake_pending = false;
1858 ctx->completion_ops--;
1859}
1860
1861// Call wih lock held
1862static void wakeup(psocket_t *ps) {

Callers 3

proactor_wake_completeFunction · 0.85
pconnection_processFunction · 0.85
listener_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected