Skip to main content

Name

get_now — Populates a struct timeval pointer with current data

Synopsis

#include "scheduler.h"

| void **get_now** ( | toset); |   |

struct timeval * <var class="pdparam">toset</var>;

Description

Populates a struct timeval pointer with current data.

Parameters

toset

A pointer to a timeval struct.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?