Name
get_now — Populates a struct timeval
pointer with current data
Synopsis
#include "scheduler.h"
| void **get_now** (
| toset)
; | |
Description
Populates a struct timeval
pointer with current data.
- toset
-
A pointer to a
timeval
struct.
This function returns void
.
It is legal to call this function in any thread.
Was this page helpful?