Home
last modified time | relevance | path

Searched refs:STATIC (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/test/scalable_event/
H A Dprofile.h11 #define STATIC static macro
13 #define STATIC macro
25 STATIC struct timeval __tv_total_from, __tv_total_to; \
26 STATIC long __c_total_us = 0, __c_etc_us = 0; \
27 STATIC long *__var_list[PROFILE_MAX_VAR] = {NULL}; \
28 STATIC char *__name_list[PROFILE_MAX_VAR] = {NULL}; \
48 STATIC struct timeval __##var##_tv_from, __##var##_tv_to; \
49 STATIC long __##var##_us = 0; \
50 STATIC int __iter_##var = -1; \