RTEMS 6.1-rc1
Functions
timespeclessthan.c File Reference

This source file contains the implementation of _Timespec_Less_than(). More...

#include <sys/types.h>
#include <rtems/score/timespec.h>

Functions

bool _Timespec_Less_than (const struct timespec *lhs, const struct timespec *rhs)
 Checks if the left hand side timespec is less than the right one. More...
 

Detailed Description

This source file contains the implementation of _Timespec_Less_than().