MCPcopy Create free account
hub / github.com/acl-dev/acl / accept

Function accept

lib_fiber/c/src/hook/socket.c:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen)
507{
508 return acl_fiber_accept(sockfd, addr, addrlen);
509}
510
511int connect(int sockfd, const struct sockaddr *addr, socklen_t addrlen)
512{

Callers 10

runMethod · 0.50
fiber_acceptFunction · 0.50
fiber_acceptFunction · 0.50
runMethod · 0.50
runMethod · 0.50
onAcceptMethod · 0.50
checkFunction · 0.50
checkFunction · 0.50
shared_acceptFunction · 0.50
shared_acceptFunction · 0.50

Calls 1

acl_fiber_acceptFunction · 0.85

Tested by 2

fiber_acceptFunction · 0.40
fiber_acceptFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…