#include "platform.h"
#include "atomic.h"
#include <assert.h>
#include <stdint.h>
Go to the source code of this file.
◆ ETL_ADD_DEBUG_COUNT
| #define ETL_ADD_DEBUG_COUNT |
( |
| n | ) |
|
◆ ETL_DECLARE_DEBUG_COUNT
| #define ETL_DECLARE_DEBUG_COUNT |
Value: enum \
{ \
etl_debug_count_suppressed__ = 0 \
}
◆ ETL_OBJECT_GET_DEBUG_COUNT
| #define ETL_OBJECT_GET_DEBUG_COUNT |
( |
| object | ) |
|
◆ ETL_OBJECT_RESET_DEBUG_COUNT
| #define ETL_OBJECT_RESET_DEBUG_COUNT |
( |
| object | ) |
|
◆ ETL_SET_DEBUG_COUNT
| #define ETL_SET_DEBUG_COUNT |
( |
| n | ) |
|
◆ ETL_SUBTRACT_DEBUG_COUNT
| #define ETL_SUBTRACT_DEBUG_COUNT |
( |
| n | ) |
|