#include #include #include #include #include #include #include #include "monano.h" #include "static_constraints_parameters.h" /* To store static constraints of architecture 14 */ void pthread_monano_static_constraints_parameters(pthread_monano_t *t) { t->static_constraints[MONANO_STATIC_CONSTRAINTS_MONOCORE]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_PARTITIONED]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_FIXED_PRIORITY]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_PREEMPTIVE]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_SYNCHRONOUS_RELEASE]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_PERIODIC_TASKS]=1; t->static_constraints[MONANO_STATIC_CONSTRAINTS_SHARED_RESOURCES]=1; }