[Previous] [Contents] [Next]

timespec2nsec()

Convert a timespec structure to nanoseconds

Synopsis:

#include <time.h>

_uint64 timespec2nsec( const struct timespec* ts );

Library:

libc

Description:

The timespec2nsec() function converts the number of seconds and nanoseconds in the timespec structure pointed to by ts into nanoseconds.

Returns:

The number of nanoseconds.

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler Yes
Signal handler Yes
Thread Yes

See also:

nsec2timespec()


[Previous] [Contents] [Next]