Searched refs:create_process (Results 1 – 3 of 3) sorted by relevance
71 static struct kfd_process *create_process(const struct task_struct *thread);298 process = create_process(thread); in kfd_create_process()629 static struct kfd_process *create_process(const struct task_struct *thread) in create_process() function
4824 * win32-low.c (create_process): Prepend PROGRAM to ARGS when6383 * win32-low.c (create_process): Only call gdb_tilde_expand if7300 * win32-low.c (create_process): Pass the inferior's cwd to21138 * win32-low.c (create_process): New.21139 (win32_create_inferior): Use create_process instead of21140 CreateProcess. If create_process failed retry appending an ".exe"21142 create_process calls and use it on the call to error.
93401 cast isn't correct when create_process expects a STARTUPINFOW118595 * Restore dropped nullptr program argument in use of create_process() under CYGWIN