Go to the source code of this file.
◆ ABTI_THREAD_HANDLE_REQUEST_CANCELLED
#define ABTI_THREAD_HANDLE_REQUEST_CANCELLED ((int)0x1) |
◆ ABTI_THREAD_HANDLE_REQUEST_MIGRATED
#define ABTI_THREAD_HANDLE_REQUEST_MIGRATED ((int)0x2) |
◆ ABTI_THREAD_HANDLE_REQUEST_NONE
#define ABTI_THREAD_HANDLE_REQUEST_NONE ((int)0x0) |
◆ ABTI_mem_alloc_ythread_mempool_stack()
◆ ABTI_mem_free_ythread_mempool_stack()
◆ ABTI_thread_get_handle()
Definition at line 24 of file abti_thread.h.
Referenced by ABT_self_get_thread(), ABT_task_create(), ABT_task_create_on_xstream(), ABT_unit_get_thread(), ABTI_pool_pop_timedwait(), ABTI_thread_handle_request_migrate(), ABTI_thread_init_pool(), ABTI_thread_set_associated_pool(), ABTI_unit_set_associated_pool(), pool_pop(), pool_pop_many(), pool_pop_many_private(), pool_pop_many_shared(), pool_pop_many_wrapper(), pool_pop_private(), pool_pop_shared(), pool_pop_wait(), pool_pop_wait_wrapper(), pool_pop_wrapper(), pool_print_unit_to_thread(), thread_queue_print_all(), and tool_query().
◆ ABTI_thread_get_ptr()
Definition at line 9 of file abti_thread.h.
Referenced by ABT_info_print_thread(), ABT_pool_pop(), ABT_pool_pop_timedwait(), ABT_pool_pop_wait(), ABT_self_exit_to(), ABT_self_resume_exit_to(), ABT_self_resume_suspend_to(), ABT_self_resume_yield_to(), ABT_self_schedule(), ABT_self_suspend_to(), ABT_self_yield_to(), ABT_thread_revive(), ABT_thread_revive_to(), ABT_thread_set_callback(), pool_print_thread_to_unit(), pool_push_thread_ex(), pool_push_threads_ex(), and sched_run().
◆ ABTI_thread_get_ythread()
◆ ABTI_thread_get_ythread_or_null()
Definition at line 59 of file abti_thread.h.
Referenced by ABT_self_exit_to(), ABT_self_resume_exit_to(), ABT_self_resume_suspend_to(), ABT_self_resume_yield_to(), ABT_self_suspend_to(), ABT_self_yield_to(), ABTI_mem_free_thread(), ABTI_mutex_lock_no_recursion(), ABTI_thread_handle_request_cancel(), ABTI_waitlist_broadcast(), ABTI_waitlist_signal(), ABTI_waitlist_wait_and_unlock(), ABTI_waitlist_wait_timedout_and_unlock(), ABTI_ythread_schedule(), and thread_revive().
◆ ABTI_thread_handle_request()
◆ ABTI_thread_set_request()
static void ABTI_thread_set_request |
( |
ABTI_thread * |
p_thread, |
|
|
uint32_t |
req |
|
) |
| |
|
inlinestatic |
◆ ABTI_thread_terminate()
◆ ABTI_thread_type_get_type()
◆ ABTI_thread_unset_request()
static void ABTI_thread_unset_request |
( |
ABTI_thread * |
p_thread, |
|
|
uint32_t |
req |
|
) |
| |
|
inlinestatic |