Home
last modified time | relevance | path

Searched refs:ack_done (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c169 void ack_done(int sig, siginfo_t * si, void *data);
358 sa.sa_sigaction = ack_done; in setup()
361 printf("%d: setting SIGUSR2 -> ack_done\n", mypid); in setup()
392 void ack_done(int sig, siginfo_t * si, void *data) in ack_done() function
403 printf("%d: ack_done, SIGHUP -> %d\n", mypid, in ack_done()
410 printf("%d: ack_done, already told %d\n", mypid, in ack_done()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h233 /* ack_done is the number of bytes notified to an application that
236 uint64_t ack_done; member
H A Dnghttp3_stream.c941 nack = nghttp3_min(offset, (uint64_t)buflen) - stream->ack_done; in nghttp3_stream_add_ack_offset()
949 stream->ack_done += nack; in nghttp3_stream_add_ack_offset()
960 stream->ack_done = 0; in nghttp3_stream_add_ack_offset()

Completed in 3 milliseconds