<< Back to Codezero API Reference

8.) L4_TIME System Call

int l4_time(void *timeval, int set);
Purpose
Operational Model
struct timeval {
	int tv_sec;    /* Time in seconds */
	int tv_usec;  /* Time in microseconds */
};
L4 Userspace Library Functions

N/A

<< Back to Codezero API Reference