Searched refs:structures (Results 1 – 4 of 4) sorted by relevance
223 structures = {} variable261 if name in structures:262 self.__dict__.update(structures[name].__dict__)264 structures[name] = self348 structures=set(),356 elif type_ in structures:357 self._deps['structures'].add(structures[type_])705 structures=set(),716 elif type_ in structures:717 self._deps['structures'].add(structures[type_])[all …]
81 LVGL manages many complex data structures, and those structures are "system84 ``lv_``) either read from or change those data structures. Those that change them145 LVGL's data structures are a system resource that requires such protection.153 This ensures LVGL's data structures "appear" atomic_ (all threads using this data155 data structures. This is enforced by programmer discipline that ensures the `Gateway173 MUTEX to protect LVGL data structures.200 If a MUTEX is used to protect LVGL data structures, that means *every* LVGL function
45 - structures68 - ``"field"``: This type is used to describe fields in structures and unions.90 - ``"forward_decl"``: Describes a forward declaration.There are structures in395 "structures":[
71 structures = {} variable708 structures = [] # NOQA734 structures.append(item)801 'structures': structures,