# | Line 344 | Line 344 | typedef struct timespec tm_time_t; | |
---|---|---|
344 | typedef struct timeval tm_time_t; | |
345 | #endif | |
346 | ||
347 | + | // Timing functions |
348 | + | extern uint64 GetTicks_usec(void); |
349 | + | extern void Delay_usec(uint32 usec); |
350 | + | |
351 | // Setup pthread attributes | |
352 | extern void Set_pthread_attr(pthread_attr_t *attr, int priority); | |
353 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |