ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Macros
abti_log.h File Reference
#include "abt_config.h"
Include dependency graph for abti_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_DEBUG_POOL_PUSH(p_pool, unit)
 
#define LOG_DEBUG_POOL_REMOVE(p_pool, unit)
 
#define LOG_DEBUG_POOL_POP(p_pool, thread)
 
#define LOG_DEBUG_POOL_POP_MANY(p_pool, threads, num)
 
#define LOG_DEBUG_POOL_PUSH_MANY(p_pool, units, num)
 

Macro Definition Documentation

◆ LOG_DEBUG_POOL_POP

#define LOG_DEBUG_POOL_POP (   p_pool,
  thread 
)
Value:
do { \
} while (0)

Definition at line 39 of file abti_log.h.

◆ LOG_DEBUG_POOL_POP_MANY

#define LOG_DEBUG_POOL_POP_MANY (   p_pool,
  threads,
  num 
)
Value:
do { \
} while (0)

Definition at line 42 of file abti_log.h.

◆ LOG_DEBUG_POOL_PUSH

#define LOG_DEBUG_POOL_PUSH (   p_pool,
  unit 
)
Value:
do { \
} while (0)

Definition at line 33 of file abti_log.h.

◆ LOG_DEBUG_POOL_PUSH_MANY

#define LOG_DEBUG_POOL_PUSH_MANY (   p_pool,
  units,
  num 
)
Value:
do { \
} while (0)

Definition at line 45 of file abti_log.h.

◆ LOG_DEBUG_POOL_REMOVE

#define LOG_DEBUG_POOL_REMOVE (   p_pool,
  unit 
)
Value:
do { \
} while (0)

Definition at line 36 of file abti_log.h.