ARGOBOTS
|
#include "abt_config.h"
Go to the source code of this file.
Macros | |
#define | LOG_EVENT(fmt, ...) |
#define | LOG_DEBUG(fmt, ...) |
#define | LOG_EVENT_POOL_PUSH(p_pool, unit, produer_id) |
#define | LOG_EVENT_POOL_REMOVE(p_pool, unit, consumer_id) |
#define | LOG_EVENT_POOL_POP(p_pool, unit) |
#define LOG_DEBUG | ( | fmt, | |
... | |||
) |
Definition at line 61 of file abti_log.h.
#define LOG_EVENT | ( | fmt, | |
... | |||
) |
Definition at line 60 of file abti_log.h.
Referenced by ABT_finalize(), ABT_mutex_equal(), ABT_mutex_lock(), ABT_mutex_unlock(), ABT_pool_get_id(), ABT_sched_get_total_size(), ABT_task_get_arg(), ABT_thread_get_attr(), ABT_thread_yield_to(), ABT_xstream_create(), ABT_xstream_create_with_rank(), ABT_xstream_get_affinity(), ABT_xstream_revive(), and ABTDI_thread_terminate().
#define LOG_EVENT_POOL_POP | ( | p_pool, | |
unit | |||
) |
Definition at line 65 of file abti_log.h.
Referenced by sched_run().
#define LOG_EVENT_POOL_PUSH | ( | p_pool, | |
unit, | |||
produer_id | |||
) |
Definition at line 63 of file abti_log.h.
#define LOG_EVENT_POOL_REMOVE | ( | p_pool, | |
unit, | |||
consumer_id | |||
) |
Definition at line 64 of file abti_log.h.