Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ clear_socket_set
Function
clear_socket_set
src/bin/pgbench/pgbench.c:7053–7057 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7051
}
7052
7053
static void
7054
clear_socket_set(socket_set *sa)
7055
{
7056
sa->curfds = 0;
7057
}
7058
7059
static void
7060
add_socket_to_set(socket_set *sa, int fd, int idx)
Callers
1
threadRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected