Searched refs:status (Results 1 – 7 of 7) sorted by relevance
| /libev/ |
| H A D | Makefile.in | 93 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 94 configure.lineno config.status.lineno 371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 373 *config.status*) \ 375 $(SHELL) ./config.status;; \ 378 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 381 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 382 $(SHELL) ./config.status --recheck 394 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 396 cd $(top_builddir) && $(SHELL) ./config.status config.h
|
| H A D | ev.c | 2624 # define WIFCONTINUED(status) 0 argument 2629 child_reap (EV_P_ int chain, int pid, int status) in child_reap() argument 2632 int traced = WIFSTOPPED (status) || WIFCONTINUED (status); in child_reap() 2641 w->rstatus = status; in child_reap() 2655 int pid, status; in childcb() local 2658 if (0 >= (pid = waitpid (-1, &status, WNOHANG | WUNTRACED | WCONTINUED))) in childcb() 2661 || 0 >= (pid = waitpid (-1, &status, WNOHANG | WUNTRACED))) in childcb() 2668 child_reap (EV_A_ pid, pid, status); in childcb() 2670 …child_reap (EV_A_ 0, pid, status); /* this might trigger a watcher twice, but feed_event catches t… in childcb()
|
| H A D | libev.m4 | 17 … [struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)])],
|
| H A D | Changes | 70 - ev_run now returns a boolean status (true meaning watchers are 104 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as 485 - only optionally return trace status changed in ev_child
|
| H A D | ev.pod | 116 (C<ev_periodic>), synchronous signals (C<ev_signal>), process status 856 - Reset the ev_break status. 886 - Reset the ev_break status iff it was EVBREAK_ONE. 1371 If the watcher is pending, this function clears its pending status and 2141 =item If the timer is pending, the pending status is always cleared. 2510 =head2 C<ev_child> - watch out for process status changes 2568 process causing the status change. C<trace> must be either C<0> (only 2578 The process id that detected a status change. 2582 The process exit/trace status caused by C<rpid> (see your systems 2744 Configures the watcher to wait for status changes of the given [all …]
|
| H A D | aclocal.m4 | 450 # we write them to config.status, we have to be sure to quote all 525 dnl instead of duplicating it all over again into config.status, 526 dnl then we will have config.status run $CONFIG_LT later, so it 530 dnl If the libtool generation code is destined for config.status, 597 # the child script. The macro ends with non-zero status if the 1835 int status = $lt_dlunknown; 1839 if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 1842 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 1850 return status; 9051 if test -f $srcdir/config.status; then [all …]
|
| H A D | configure | 2706 if test -f $srcdir/config.status; then 12356 config.status 12361 This config.status script is free software; the Free Software Foundation
|