Searched defs:instances (Results 1 – 3 of 3) sorted by relevance
195 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
169 uint32_t instances; ///< maximum number of instances of that thread function member286 #define osThreadDef(name, priority, instances, stacksz) \ argument289 #define osThreadDef(name, priority, instances, stacksz) \ argument
1763 def __init__(self, instances, suites, env=None) -> None: argument