Searched refs:ack_done (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill10.c | 169 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 D | nghttp3_stream.h | 233 /* ack_done is the number of bytes notified to an application that 236 uint64_t ack_done; member
|
H A D | nghttp3_stream.c | 941 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