Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/portability/
Dcmsis_os.h169 uint32_t instances; ///< maximum number of instances of that thread function member
286 #define osThreadDef(name, priority, instances, stacksz) \ argument
289 #define osThreadDef(name, priority, instances, stacksz) \ argument
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Drunner.py1189 def __init__(self, instances, suites, env=None) -> None: argument