Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | GetDurationMilliSecs(_TStart, _TStop) |
Funciones | |
void * | func (void *arg) |
int | main () |
Variables | |
pthread_spinlock_t | lock = PTHREAD_SPINLOCK_INITIALIZER |
struct _timeb | currSysTimeStart |
struct _timeb | currSysTimeStop |
#define GetDurationMilliSecs | ( | _TStart, | |
_TStop | |||
) |
((_TStop.time*1000+_TStop.millitm) \ - (_TStart.time*1000+_TStart.millitm))
void* func | ( | void * | arg | ) |
int main | ( | void | ) |
struct _timeb currSysTimeStart |
struct _timeb currSysTimeStop |
pthread_spinlock_t lock = PTHREAD_SPINLOCK_INITIALIZER |