Searched defs:instances (Results 1 – 2 of 2) sorted by relevance
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
1189 def __init__(self, instances, suites, env=None) -> None: argument