Searched refs:INSTRUMENTED_CONST (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c100 #define INSTRUMENTED_CONST macro
102 #define INSTRUMENTED_CONST const macro
125 static INSTRUMENTED_CONST unsigned g_buf_sz = ZF_LOG_BUF_SZ - ZF_LOG_EOL_SZ;
127 static INSTRUMENTED_CONST time_cb g_time_cb = time_callback;
128 static INSTRUMENTED_CONST pid_cb g_pid_cb = pid_callback;
130 static INSTRUMENTED_CONST buffer_cb g_buffer_cb = buffer_callback;
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c100 #define INSTRUMENTED_CONST macro
102 #define INSTRUMENTED_CONST const macro
125 static INSTRUMENTED_CONST unsigned g_buf_sz = ZF_LOG_BUF_SZ - ZF_LOG_EOL_SZ;
127 static INSTRUMENTED_CONST time_cb g_time_cb = time_callback;
128 static INSTRUMENTED_CONST pid_cb g_pid_cb = pid_callback;
130 static INSTRUMENTED_CONST buffer_cb g_buffer_cb = buffer_callback;

Completed in 74 milliseconds