Go to the source code of this file.
|
static ABTI_ythread * | ABTI_ythread_get_ptr (ABT_thread thread) |
|
static ABT_thread | ABTI_ythread_get_handle (ABTI_ythread *p_ythread) |
|
static ABTI_ythread * | ABTI_ythread_context_get_ythread (ABTD_ythread_context *p_ctx) |
|
static ABT_bool | ABTI_ythread_is_dynamic_promoted (ABTI_ythread *p_ythread) |
|
static void | ABTI_ythread_dynamic_promote_ythread (ABTI_ythread *p_ythread) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_sibling_internal (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABTI_ythread *p_new, ABT_bool is_finish) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_parent_internal (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABT_bool is_finish, ABT_sync_event_type sync_event_type, void *p_sync) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_child_internal (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABTI_ythread *p_new) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_sibling (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABTI_ythread *p_new) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_parent (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABT_sync_event_type sync_event_type, void *p_sync) |
|
static ABTI_ythread * | ABTI_ythread_context_switch_to_child (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_old, ABTI_ythread *p_new) |
|
static ABTU_noreturn void | ABTI_ythread_finish_context_to_sibling (ABTI_xstream *p_local_xstream, ABTI_ythread *p_old, ABTI_ythread *p_new) |
|
static ABTU_noreturn void | ABTI_ythread_finish_context_to_parent (ABTI_xstream *p_local_xstream, ABTI_ythread *p_old) |
|
static void | ABTI_ythread_yield (ABTI_xstream **pp_local_xstream, ABTI_ythread *p_ythread, ABT_sync_event_type sync_event_type, void *p_sync) |
|
◆ ABTI_ythread_context_get_ythread()
◆ ABTI_ythread_context_switch_to_child()
◆ ABTI_ythread_context_switch_to_child_internal()
◆ ABTI_ythread_context_switch_to_parent()
◆ ABTI_ythread_context_switch_to_parent_internal()
◆ ABTI_ythread_context_switch_to_sibling()
◆ ABTI_ythread_context_switch_to_sibling_internal()
◆ ABTI_ythread_dynamic_promote_ythread()
static void ABTI_ythread_dynamic_promote_ythread |
( |
ABTI_ythread * |
p_ythread | ) |
|
|
inlinestatic |
◆ ABTI_ythread_finish_context_to_parent()
◆ ABTI_ythread_finish_context_to_sibling()
◆ ABTI_ythread_get_handle()
◆ ABTI_ythread_get_ptr()
◆ ABTI_ythread_is_dynamic_promoted()
◆ ABTI_ythread_yield()