#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <pthread.h>
#include "tscutils.h"
◆ _XOPEN_SOURCE
| #define _XOPEN_SOURCE 600 |
◆ POSIX_SHARED
◆ ccurRTDB_lock()
| void ccurRTDB_lock |
( |
int * | ll | ) |
|
◆ ccurRTDB_unlock()
| void ccurRTDB_unlock |
( |
int * | ll | ) |
|
|
inline |
◆ ccurTSC_initMap()
| int ccurTSC_initMap |
( |
int | init | ) |
|
◆ ccurTSC_getTSCShared()
| TSCInit * ccurTSC_getTSCShared |
( |
| ) |
|
◆ ccurTSC_getTSCTime()
| void ccurTSC_getTSCTime |
( |
struct simwb_timespec * | s | ) |
|
◆ ccurTSC_diffToUsec()
| float ccurTSC_diffToUsec |
( |
unsigned long long | tickDiff | ) |
|
◆ ccurTSC_getTime()
| unsigned long long ccurTSC_getTime |
( |
unsigned long long * | timesec | ) |
|
◆ ccurTSC_getInitTime()
| unsigned long long ccurTSC_getInitTime |
( |
| ) |
|
◆ ccurTSC_noTSprintf()
| int ccurTSC_noTSprintf |
( |
const char * | fmt, |
|
|
| ... ) |