Version 2.0.0-0

time Reference

File
lib/dispatch/include/dispatch/time.h
Date
Wednesday, June 25, 2014
Includes

Tasks

dispatch_time Top

dispatch_time_t dispatch_time( dispatch_time_t when, int64_t delta );

dispatch_walltime Top

dispatch_time_t dispatch_walltime( const struct timespec *when, int64_t delta );

Macros

__XEOS_LIB_DISPATCH_TIME_H__ Top

#define __XEOS_LIB_DISPATCH_TIME_H__

DISPATCH_TIME_FOREVER Top

#define DISPATCH_TIME_FOREVER ( ~0ull )

DISPATCH_TIME_NOW Top

#define DISPATCH_TIME_NOW 0

NSEC_PER_SEC Top

#define NSEC_PER_SEC 1000000000ull

NSEC_PER_USEC Top

#define NSEC_PER_USEC 1000ull

USEC_PER_SEC Top

#define USEC_PER_SEC 1000000ull