Searched refs:RV_PER_TASK_MONITOR_INIT (Results 1 – 3 of 3) sorted by relevance
82 #define RV_PER_TASK_MONITOR_INIT (CONFIG_RV_PER_TASK_MONITORS) macro
291 static int task_mon_slot_##name = RV_PER_TASK_MONITOR_INIT; \325 if (slot < 0 || slot >= RV_PER_TASK_MONITOR_INIT) \339 if (task_mon_slot_##name == RV_PER_TASK_MONITOR_INIT) { \344 task_mon_slot_##name = RV_PER_TASK_MONITOR_INIT; \
36 static int ltl_monitor_slot = RV_PER_TASK_MONITOR_INIT;95 ltl_monitor_slot = RV_PER_TASK_MONITOR_INIT; in ltl_monitor_destroy()
Completed in 5 milliseconds