Searched refs:intvl (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrResourceAllocator.cpp | 73 Interval* intvl = *intvlPtr; in addInterval() local 79 SkASSERT(0 == intvl->start()); in addInterval() 83 SkASSERT(intvl->start() <= start && intvl->end() >= end); in addInterval() 85 SkASSERT(intvl->end() <= start && intvl->end() <= end); in addInterval() 89 intvl->addUse(); in addInterval() 91 intvl->extendEnd(end); in addInterval() 207 void GrResourceAllocator::IntervalList::insertByIncreasingStart(Interval* intvl) { in insertByIncreasingStart() argument 209 SkASSERT(!intvl in insertByIncreasingStart() 238 insertByIncreasingEnd(Interval* intvl) insertByIncreasingEnd() argument 312 Interval* intvl = fActiveIntvls.popHead(); expire() local [all...] |
/third_party/libuv/src/unix/ |
H A D | tcp.c | 457 int intvl; in uv__tcp_keepalive() local 461 (void) &intvl; in uv__tcp_keepalive() 510 intvl = idle/3; in uv__tcp_keepalive() 511 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive() 527 intvl = idle/3; in uv__tcp_keepalive() 529 int time_to_abort = intvl * cnt; in uv__tcp_keepalive() 546 intvl = 1; /* 1 second; same as default on Win32 */ in uv__tcp_keepalive() 547 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive() [all...] |
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 428 pa_usec_t intvl = 0; in thread_func() local 520 intvl = 0; in thread_func() 574 if (intvl < now + u->block_usec) { in thread_func() 632 intvl = u->start + pa_bytes_to_usec(u->write_count, &u->sink->sample_spec); in thread_func() 633 pa_rtpoll_set_timer_absolute(u->rtpoll, intvl); in thread_func() 639 intvl = u->start + pa_bytes_to_usec(u->write_count, &u->sink->sample_spec); in thread_func() 640 pa_rtpoll_set_timer_absolute(u->rtpoll, intvl); in thread_func()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | altcp_priv.h | 90 typedef void (*altcp_keepalive_enable_fn)(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count); 147 void altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
/third_party/lwip/src/core/ |
H A D | altcp.c | 514 altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_keepalive_enable() argument 517 conn->fns->keepalive_enable(conn, idle, intvl, count); in altcp_keepalive_enable() 697 altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_default_keepalive_enable() argument 700 altcp_keepalive_enable(conn->inner_conn, idle, intvl, count); in altcp_default_keepalive_enable()
|
H A D | altcp_tcp.c | 466 altcp_tcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t cnt) in altcp_tcp_keepalive_enable() argument 473 pcb->keep_intvl = intvl ? intvl : TCP_KEEPINTVL_DEFAULT; in altcp_tcp_keepalive_enable()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 398 int intvl = 1; /* 1 second; same as default on Win32 */ in uv__tcp_keepalive() local 402 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 134 void altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
Completed in 8 milliseconds