Searched refs:timer (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | timer.c | 534 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 D | Makefile.in | 76 arp.c timer.c cpu.c util.c addr_pool.c fhash.c memory_mgt.c logger.c debug.c \
|
| H A D | core.c | 919 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 D | timer.h | 19 struct timer { struct 24 TAILQ_ENTRY(timer) timer_link; argument 73 DelTimer(mtcp_manager_t mtcp, struct timer *timer);
|
| H A D | mtcp.h | 144 struct timer; 265 TAILQ_HEAD (timer_head, timer) timer_list;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | state.txt | 36 init the read-idle timer 62 As soon as the connection is set up we init the read-timer in 'reqstart'
|