Searched refs:notify_timer (Results 1 – 2 of 2) sorted by relevance
75 struct etimer notify_timer; /**< used to check resources periodically */ member
605 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()3573 if (etimer_expired(&the_coap_context.notify_timer)) { in PROCESS_THREAD()3575 etimer_reset(&the_coap_context.notify_timer); in PROCESS_THREAD()