Searched defs:spawn (Results 1 – 10 of 10) sorted by relevance
55 def spawn(self, args, env_additions=None): member in Prespawner
34 def spawn(function, *args, **kwargs): function
235 def spawn(*argv, **kwargs): function
120 check_PROGRAMS += scalar_spawn spawn program
321 def spawn(*argv, **kwargs): function
90 spawn = 'spawn' variable in WinMultiprocessing
262 class spawn (object): class
466 Int VG_(spawn) ( const HChar *filename, const HChar **argv ) in VG_() argument