#ifndef MONANO_CONSTRAINTS_H #define MONANO_CONSTRAINTS_H yes #include #include #include #include #include #include #include #include #include #include "ts.h" #include #include "returncode.h" int pthread_static_constraints_architecture1(pthread_monano_t t); int pthread_static_constraints_architecture2(pthread_monano_t t); int pthread_static_constraints_architecture3(pthread_monano_t t); int pthread_static_constraints_architecture4(pthread_monano_t t); int pthread_static_constraints_architecture5(pthread_monano_t t); int pthread_static_constraints_architecture6(pthread_monano_t t); int pthread_static_constraints_architecture7(pthread_monano_t t); int pthread_static_constraints_architecture8(pthread_monano_t t); int pthread_static_constraints_architecture9(pthread_monano_t t); int pthread_static_constraints_architecture10(pthread_monano_t t); int pthread_static_constraints_architecture11(pthread_monano_t t); int pthread_static_constraints_architecture12(pthread_monano_t t); int pthread_static_constraints_architecture13(pthread_monano_t t); int pthread_static_constraints_architecture14(pthread_monano_t t); int pthread_monano_verify_static_constraints_reduce_execution_time(pthread_monano_t t); int pthread_monano_verify_static_constraints_precedence_constraint_change(pthread_monano_t t); int pthread_monano_verify_static_constraints_processor_speed_increase(pthread_monano_t t); int pthread_monano_verify_static_constraints_period_change(pthread_monano_t t); int pthread_monano_verify_static_constraints_priority_change(pthread_monano_t t); int pthread_monano_verify_static_constraints_processor_number_increase(pthread_monano_t t); int pthread_monano_verify_static_constraints_delay_execution_time(pthread_monano_t t); int pthread_monano_verify_priority_change(pthread_monano_t* t, pthread_monano_id_t id); int pthread_monano_verify_reduce_execution_time(pthread_monano_t* t, pthread_monano_id_t id); int pthread_monano_verify_precedence_constraint_change(pthread_monano_t* t, pthread_monano_id_t id); int pthread_monano_verify_processor_speed_increase(pthread_monano_t* t, pthread_monano_id_t id); int pthread_monano_verify_period_change(pthread_monano_t* t, pthread_monano_attr_t attr, pthread_monano_id_t id); int pthread_monano_verify_missed_deadline(pthread_monano_t* t, pthread_monano_id_t id); int pthread_monano_verify_processor_number_increase(pthread_monano_t* t); int pthread_monano_verify_reduce_suspending_time(pthread_monano_t* t, pthread_monano_id_t id); #endif