This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Convert a timespec structure to nanoseconds
#include <time.h> _uint64 timespec2nsec( const struct timespec* ts );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The timespec2nsec() function converts the number of seconds and nanoseconds in the timespec structure pointed to by ts into nanoseconds.
The number of nanoseconds.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |