Searched refs:clock_offset (Results 1 – 4 of 4) sorted by relevance
43 static clock_time_t clock_offset; variable155 my_clock_base = clock_offset; in init_coap_resources()197 clock_offset = clock_time(); in PROCESS_THREAD()
42 static time_t clock_offset; variable184 my_clock_base = clock_offset; in hnd_put_time()300 my_clock_base = clock_offset; in init_resources()459 clock_offset = time(NULL); in main()
118 time_t clock_offset; variable156 clock_time_t clock_offset; variable355 prng_init((ptrdiff_t)listen_addr ^ clock_offset); in coap_new_context()358 prng_init((unsigned long)listen_addr ^ clock_offset); in coap_new_context()
20 to fixed point arithmetic and removed clock_offset.