Go to the source code of this file.
Macros | |
#define | NORETURN |
#define | __attribute__(x) |
#define | MPI_TYPE_TW_STIME MPI_DOUBLE |
#define | TW_STIME_CRT(x) |
#define | TW_STIME_DBL(x) |
#define | TW_STIME_CMP(x, y) |
#define | TW_STIME_ADD(x, y) |
#define | TW_STIME_MAX DBL_MAX |
Typedefs | |
typedef unsigned long | tw_peid |
typedef double | tw_stime |
typedef uint64_t | tw_lpid |
#define __attribute__ | ( | x | ) |
Definition at line 17 of file ross-base.h.
#define MPI_TYPE_TW_STIME MPI_DOUBLE |
Definition at line 40 of file ross-base.h.
Referenced by tw_gvt_step2().
#define NORETURN |
Definition at line 15 of file ross-base.h.
#define TW_STIME_ADD | ( | x, | |
y ) |
Definition at line 44 of file ross-base.h.
Referenced by tw_event_new_user_prio().
#define TW_STIME_CMP | ( | x, | |
y ) |
Definition at line 43 of file ross-base.h.
Referenced by analysis_commit(), analysis_event_rc(), avlDelete(), avlInsert(), avlSearch(), event_cancel(), recv_finish(), tw_event_rollback(), tw_event_send(), tw_event_sig_compare_ptr(), tw_gvt_hook_step_seq(), tw_gvt_step2(), tw_kp_rollback_to(), tw_net_minimum(), tw_pq_compare_less_than(), tw_sched_batch(), tw_sched_batch_realtime(), tw_scheduler_conservative(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().
#define TW_STIME_CRT | ( | x | ) |
Definition at line 41 of file ross-base.h.
Referenced by analysis_commit(), analysis_event_rc(), st_create_sample_event(), tw_event_rollback(), tw_scheduler_optimistic_debug(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().
#define TW_STIME_DBL | ( | x | ) |
Definition at line 42 of file ross-base.h.
Referenced by gvt_print(), st_buffer_push(), st_collect_engine_data_kps(), st_collect_event_data(), st_collect_model_data(), st_create_sample_event(), tw_event_new_user_prio(), tw_event_send(), tw_gvt_step2(), tw_kp_rollback_to(), tw_scheduler_conservative(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().
#define TW_STIME_MAX DBL_MAX |
Definition at line 45 of file ross-base.h.
Referenced by tw_gvt_step2(), tw_net_minimum(), tw_pe_init(), and tw_pq_minimum().
typedef uint64_t tw_lpid |
Definition at line 49 of file ross-base.h.
typedef unsigned long tw_peid |
Definition at line 36 of file ross-base.h.
typedef double tw_stime |
Definition at line 39 of file ross-base.h.