Lines Matching refs:appendSection
893 self.appendSection('command', '\n#ifdef %s' % self.featureExtraProtect)
900 self.appendSection('command', '#endif // %s' % self.featureExtraProtect)
905 def appendSection(self, section, text): member in ThreadOutputGenerator
929 self.appendSection('struct', body)
959 self.appendSection('command', '// TODO - not wrapping EXT function ' + name)
985 self.appendSection('command', '')
986 self.appendSection('command', pre_decl)
987 … self.appendSection('command', " " + "\n ".join(str(startthreadsafety).rstrip().split("\n")))
988 self.appendSection('command', '}')
994 self.appendSection('command', '')
995 self.appendSection('command', post_decl)
996 …self.appendSection('command', " " + "\n ".join(str(finishthreadsafety).rstrip().split("\n")))
997 self.appendSection('command', '}')
1005 self.appendSection('command', '')
1006 self.appendSection('command', pre_decl)
1012 self.appendSection('command', '')
1013 self.appendSection('command', post_decl)