Home
last modified time | relevance | path

Searched refs:watch_child (Results 1 – 16 of 16) sorted by relevance

/dports/devel/p5-AnyEvent/AnyEvent-7.17/lib/AnyEvent/Impl/
H A DIOAsync.pm216 $LOOP->watch_child ($pid, $arg{cb});
227 $LOOP->watch_child ($pid, sub {
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dwatch.c36 static void watch_child(int sig)
89 xsignal_flags(SIGCHLD, watch_child, SA_RESTART|SA_NOCLDSTOP); in watch_main()
/dports/www/p5-FCGI-Async/FCGI-Async-0.22/
H A DChanges60 + Use of $loop->watch_child() in examples rather than hand-coded
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DLoop.pm2984 ( $self->can( "watch_child" ) // 0 ) != \&watch_child ) {
2986 return $self->watch_child( @_ );
3011 sub watch_child { shift->watch_process( @_ ) } subroutine
H A DLoopTests.pm765 $loop->watch_child( $kid => sub { ( undef, $exitcode ) = @_; } );
/dports/www/squid/squid-4.15/src/
H A Dmain.cc176 static void watch_child(const CommandLine &);
1625 watch_child(cmdLine); in SquidMain()
1898 watch_child(const CommandLine &masterCommand) in watch_child() function
/dports/www/p5-Net-Async-FastCGI/Net-Async-FastCGI-0.25/
H A DChanges83 + Use of $loop->watch_child() in examples rather than hand-coded
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvte-2.91.vapi107 public void watch_child (GLib.Pid child_pid);
H A Dapp.vala280 terminal.watch_child(pid);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvteinternal.hh850 void watch_child (GPid child_pid);
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvteinternal.hh850 void watch_child (GPid child_pid);
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges57 * Renamed ->(un)watch_child API to ->(un)watch_process
729 waitpid() in 'watch_child'.
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvteinternal.hh908 void watch_child (pid_t child_pid);
H A Dvtegtk.cc3196 IMPL(terminal)->watch_child(child_pid); in vte_terminal_watch_child()
H A Dvte.cc3409 Terminal::watch_child (pid_t child_pid) in watch_child() function in vte::terminal::Terminal
/dports/x11-toolkits/vte3/vte-0.64.2/bindings/vala/
H A Dapp.vala515 terminal.watch_child(pid);