20#ifndef OMPTM_ROLE_SHIFT_H
21#define OMPTM_ROLE_SHIFT_H
int omptm_role_shift_testing__get_id_from_cpu(int cpuid)
Definition: omptm_role_shift.c:484
const omptool_event_funcs_t omptm_role_shift_events_vtable
Definition: omptm_role_shift.c:432
void omptm_role_shift__thread_role_shift(ompt_data_t *thread_data, ompt_role_t prior_role, ompt_role_t next_role)
Definition: omptm_role_shift.c:329
void omptm_role_shift__parallel_begin(omptool_parallel_data_t *parallel_data)
Definition: omptm_role_shift.c:358
void omptm_role_shift__task_complete(void)
Definition: omptm_role_shift.c:388
cpu_data_t * omptm_role_shift_testing__get_cpu_data_ptr(void)
Definition: omptm_role_shift.c:492
void omptm_role_shift__parallel_end(omptool_parallel_data_t *parallel_data)
Definition: omptm_role_shift.c:365
void omptm_role_shift__thread_begin(ompt_thread_t thread_type)
Definition: omptm_role_shift.c:279
int omptm_role_shift_testing__get_num_free_agents(void)
Definition: omptm_role_shift.c:456
void omptm_role_shift__finalize(void)
Definition: omptm_role_shift.c:215
void omptm_role_shift__OutOfBlockingCall(void)
Definition: omptm_role_shift.c:259
void omptm_role_shift__task_create(void)
Definition: omptm_role_shift.c:371
unsigned int omptm_role_shift_testing__get_pending_tasks(void)
Definition: omptm_role_shift.c:472
int omptm_role_shift_testing__get_current_parallel_size(void)
Definition: omptm_role_shift.c:464
bool omptm_role_shift_testing__in_parallel(void)
Definition: omptm_role_shift.c:480
void omptm_role_shift_testing__set_global_tid(int tid)
Definition: omptm_role_shift.c:476
void omptm_role_shift_testing__set_pending_tasks(unsigned int num_tasks)
Definition: omptm_role_shift.c:468
int omptm_role_shift_testing__get_num_registered_threads(void)
Definition: omptm_role_shift.c:460
void omptm_role_shift__IntoBlockingCall(void)
Definition: omptm_role_shift.c:227
void omptm_role_shift__init(pid_t process_id, const options_t *options)
Definition: omptm_role_shift.c:154
void omptm_role_shift__task_switch(void)
Definition: omptm_role_shift.c:417
int * omptm_role_shift_testing__get_cpu_by_id_ptr(void)
Definition: omptm_role_shift.c:488
Definition: omptm_free_agents.c:173
Definition: omp-tools.h:521