Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtimer.c534 RegTimer(mtcp_manager_t mtcp, struct timer *timer) in RegTimer() argument
538 struct timer *walk; in RegTimer()
541 if (TIMEVAL_LT(&walk->exp, &timer->exp)) { in RegTimer()
553 static struct timer *
557 struct timer *t = MPAllocateChunk(mtcp->timer_pool); in NewTimer()
559 struct timer *t = calloc(1, sizeof(struct timer)); in NewTimer()
573 DelTimer(mtcp_manager_t mtcp, struct timer *timer) in DelTimer() argument
575 TAILQ_REMOVE(&mtcp->timer_list, timer, timer_link); in DelTimer()
577 MPFreeChunk(mtcp->timer_pool, timer); in DelTimer()
579 free(timer); in DelTimer()
[all …]
H A DMakefile.in76 arp.c timer.c cpu.c util.c addr_pool.c fhash.c memory_mgt.c logger.c debug.c \
H A Dcore.c919 struct timer *walk, *tmp; in RunMainLoop()
1127 if (!(mtcp->timer_pool = MPCreate(sizeof(struct timer), in InitializeMTCPManager()
1128 sizeof(struct timer) * g_config.mos->max_concurrency * 10, 0))) { in InitializeMTCPManager()
/mOS-networking-stack/core/src/include/
H A Dtimer.h19 struct timer { struct
24 TAILQ_ENTRY(timer) timer_link; argument
73 DelTimer(mtcp_manager_t mtcp, struct timer *timer);
H A Dmtcp.h144 struct timer;
265 TAILQ_HEAD (timer_head, timer) timer_list;
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt36 init the read-idle timer
62 As soon as the connection is set up we init the read-timer in 'reqstart'