The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#ifndef UU_CLOCK_H
#define UU_CLOCK_H
#include "ulib/UUID.h"
/* Assume that the gettimeofday() has microsecond granularity */
#define MAX_ADJUSTMENT 10
void uu_clock_init(pUCXT);
void uu_clock_getpath(pUCXT, struct_pathlen_t *sp);
void uu_clock_setpath(pUCXT, struct_pathlen_t *sp);
IV uu_clock(pUCXT, U64 *ret_clock_reg, U16 *ret_clock_seq);
#endif
/* ex:set ts=2 sw=2 itab=spaces: */