time Reference

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

Tasks

dispatch_time

dispatch_time_t dispatch_time( dispatch_time_t when, int64_t delta );

dispatch_walltime

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

Macros

__XEOS_LIB_DISPATCH_TIME_H__

#define __XEOS_LIB_DISPATCH_TIME_H__

DISPATCH_TIME_FOREVER

#define DISPATCH_TIME_FOREVER ( ~0ull )

DISPATCH_TIME_NOW

#define DISPATCH_TIME_NOW 0

NSEC_PER_SEC

#define NSEC_PER_SEC 1000000000ull

NSEC_PER_USEC

#define NSEC_PER_USEC 1000ull

USEC_PER_SEC

#define USEC_PER_SEC 1000000ull