Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
timespec2nsec()
Convert a timespec structure to nanoseconds
Synopsis:
#include <time.h> _uint64 timespec2nsec( const struct timespec* ts );
Arguments:
- ts
- A pointer to the timespec that you want to convert to nanoseconds.
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
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:
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Yes |
| Signal handler | Yes |
| Thread | Yes |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)