iv_invalidate_now(3) debian man page | unix.com

Man Page: iv_invalidate_now

Operating Environment: debian

Section: 3

iv_time(3)						    ivykis programmer's manual							iv_time(3)

NAME
iv_now, iv_validate_now, iv_invalidate_now - ivykis time handling
SYNOPSIS
#include <iv.h> extern struct timespec iv_now; void iv_validate_now(void); void iv_invalidate_now(void);
DESCRIPTION
iv_now is a global variable that reflects the current time-of-day. Applications written to the ivykis API generally require to know the current time-of-day in many places, and therefore effort is done to cache this quantity. The contents of iv_now might be stale. Calling the function iv_validate_now ensures that the current contents of iv_now are up-to-date. The function iv_invalidate_now is called to invalidate the currently cached time-of-day. This function should be called after any opera- tion that takes a significant amount of wall clock time.
SEE ALSO
ivykis(3), iv_examples(3) ivykis 2003-03-29 iv_time(3)
Related Man Pages
iv_task(3) - debian
iv_task_unregister(3) - debian
iv_timer_register(3) - debian
iv_tls_user_register(3) - debian
iv_tls(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?