Declare timing functions from timer_unix.cpp

This commit is contained in:
gbeauche 2003-12-28 17:56:03 +00:00
parent 7f6078a591
commit 70c1d04b2a

View File

@ -344,6 +344,10 @@ typedef struct timespec tm_time_t;
typedef struct timeval tm_time_t;
#endif
// Timing functions
extern uint64 GetTicks_usec(void);
extern void Delay_usec(uint32 usec);
// Setup pthread attributes
extern void Set_pthread_attr(pthread_attr_t *attr, int priority);