|
ARGOBOTS
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <inttypes.h>#include <string.h>#include <limits.h>#include "abt_config.h"#include "abt.h"#include "abtu.h"#include "abti_error.h"#include "abti_valgrind.h"#include "abtd.h"#include "abti_spinlock.h"#include "abti_log.h"#include "abti_local.h"#include "abti_global.h"#include "abti_pool.h"#include "abti_sched.h"#include "abti_config.h"#include "abti_stream.h"#include "abti_self.h"#include "abti_thread.h"#include "abti_thread_attr.h"#include "abti_task.h"#include "abti_key.h"#include "abti_mutex.h"#include "abti_mutex_attr.h"#include "abti_cond.h"#include "abti_rwlock.h"#include "abti_eventual.h"#include "abti_future.h"#include "abti_barrier.h"#include "abti_timer.h"#include "abti_mem.h"

Go to the source code of this file.
Macros | |
| #define | ABT_THREAD_TYPE_FULLY_FLEDGED 0 |
| #define | ABT_THREAD_TYPE_DYNAMIC_PROMOTION 1 |
Variables | |
| ABTI_global * | gp_ABTI_global |
| ABTI_local_func | gp_ABTI_local_func |
| ABTD_XSTREAM_LOCAL ABTI_local * | lp_ABTI_local |
| ABTI_global* gp_ABTI_global |
Definition at line 14 of file global.c.
Referenced by ABT_finalize(), ABT_info_print_all_xstreams(), ABT_info_query_config(), ABT_info_trigger_print_all_thread_stacks(), ABT_init(), ABT_initialized(), ABT_key_set(), ABT_self_get_arg(), ABT_self_get_last_pool_id(), ABT_self_get_type(), ABT_self_is_primary(), ABT_self_on_primary_xstream(), ABT_self_set_arg(), ABT_task_self(), ABT_task_self_id(), ABT_thread_exit(), ABT_thread_migrate(), ABT_thread_self(), ABT_thread_self_id(), ABT_xstream_check_events(), ABT_xstream_create_with_rank(), ABT_xstream_exit(), ABT_xstream_get_affinity(), ABT_xstream_get_num(), ABT_xstream_revive(), ABT_xstream_self(), ABT_xstream_self_rank(), and ABT_xstream_set_rank().
1.8.11