Home
last modified time | relevance | path

Searched refs:child_process (Results 1 – 25 of 1078) sorted by path

12345678910>>...44

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dgrid_worker.cpp700 CProcess child_process(child_pid); in Run() local
702 child_process.Wait(kInfiniteTimeoutMs, &exit_info); in Run()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dgrid_worker.cpp700 CProcess child_process(child_pid); in Run() local
702 child_process.Wait(kInfiniteTimeoutMs, &exit_info); in Run()
/dports/biology/py-biopython/biopython-1.79/Bio/Application/
H A D__init__.py545 child_process = subprocess.Popen(
556 stdout_str, stderr_str = child_process.communicate(stdin)
561 return_code = child_process.returncode
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_ftdi.c118 static void child_process(int fd_rx2main, int fd_main2tx, int fd_tx2main) in child_process() function
311 child_process(pipe_rx2main[1], pipe_main2tx[0], pipe_tx2main[1]); in hwftdi_init()
H A Dhw_tira.c170 int child_process(int pipe_w, int oldprotocol) in child_process() function
330 child_process(pipe_fd[1], oldprotocol); in tira_setup_timing()
/dports/comms/multimon-ng/multimon-ng-1.1.0/
H A Dxdisplay.c253 static void child_process(void) in child_process() function
395 child_process(); in xdisp_start()
/dports/converters/recode/Recode-3.6/src/
H A Dtask.c702 int child_process; /* child process number, zero if child */ in perform_pipe_sequence() local
733 if (child_process = fork (), child_process < 0) in perform_pipe_sequence()
738 if (child_process == 0) in perform_pipe_sequence()
870 int child_process; /* child process number, zero if child */ in perform_pipe_sequence() local
910 if (child_process = fork (), child_process < 0) in perform_pipe_sequence()
915 if (child_process == 0) in perform_pipe_sequence()
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/.github/workflows/
H A Drelease-submodule.yaml27 const {execSync} = require('child_process');
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/.github/workflows/
H A Drelease-submodule.yaml27 const {execSync} = require('child_process');
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dterminals.c778 } child_process; typedef
814 find_child_console (HWND hwnd, child_process * cp) in find_child_console()
862 volatile child_process cp; in __gnat_interrupt_pid()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dterminals.c778 } child_process; typedef
814 find_child_console (HWND hwnd, child_process * cp) in find_child_console()
862 volatile child_process cp; in __gnat_interrupt_pid()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dterminals.c695 } child_process; typedef
731 find_child_console (HWND hwnd, child_process * cp) in find_child_console()
779 volatile child_process cp; in __gnat_interrupt_pid()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dterminals.c779 } child_process; typedef
815 find_child_console (HWND hwnd, child_process * cp) in find_child_console()
863 volatile child_process cp; in __gnat_interrupt_pid()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_scheduler/jobs/
H A Dcachesizejob.py30 def child_process(self): member in CacheSizeJob
H A Dcleanupjob.py30 def child_process(self): member in CleanupJob
H A Delementjob.py82 def child_process(self): member in ElementJob
H A Djob.py319 def child_process(self): member in Job
413 result = self.child_process()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dadd-patch.c65 struct child_process *cp, ...) in setup_child_process()
158 struct child_process cp = CHILD_PROCESS_INIT; in parse_diff()
185 struct child_process colored_cp = CHILD_PROCESS_INIT; in parse_diff()
887 struct child_process cp = CHILD_PROCESS_INIT; in run_apply_check()
1033 struct child_process cp = CHILD_PROCESS_INIT; in patch_update_file()
H A Darchive-tar.c447 struct child_process filter = CHILD_PROCESS_INIT; in write_tar_filter_archive()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dadd.c242 struct child_process child = CHILD_PROCESS_INIT; in edit_patch()
H A Dam.c443 struct child_process cp = CHILD_PROCESS_INIT; in run_post_rewrite_hook()
644 struct child_process cp = CHILD_PROCESS_INIT; in split_mail_mbox()
1449 struct child_process cp = CHILD_PROCESS_INIT; in build_fake_ancestor()
1669 struct child_process cp = CHILD_PROCESS_INIT; in do_interactive()
H A Ddescribe.c609 struct child_process cp = CHILD_PROCESS_INIT; in cmd_describe()
H A Ddifftool.c202 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files()
203 struct child_process diff_files = CHILD_PROCESS_INIT; in changed_files()
351 struct child_process child = CHILD_PROCESS_INIT; in run_dir_diff()
H A Dfetch-pack.c53 struct child_process *conn; in cmd_fetch_pack()
H A Dfetch.c1542 static int fetch_next_remote(struct child_process *cp, struct strbuf *out, in fetch_next_remote()

12345678910>>...44