Searched refs:running (Results 1 - 25 of 124) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dtypecheck.go4 // die after running into an undefined
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dpr20068.d1 # name: PR20068 - Misaligned constant pool when running GAS on a 32-bit host.
/haiku-buildtools/legacy/autoconf/
H A Dautoreconf.sh145 test $verbose = yes && echo running aclocal in $dir, creating $aclocal
156 test $verbose = yes && echo running automake`test x"$amforce" = x || echo " ($amforce)"` in $dir
168 test $verbose = yes && echo running autoconf in $dir
196 test $verbose = yes && echo running autoheader in $dir
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Ddoubleselect.go8 // both end up running. See http://codereview.appspot.com/180068.
20 // cases both end up running in the same iteration, the same value will be sent
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_report.h89 bool running; member in struct:__tsan::ReportThread
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc106 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
110 if (running) *running = running_threads_;
H A Dsanitizer_thread_registry.h24 ThreadStatusCreated, // Created but not yet running.
25 ThreadStatusRunning, // The thread is currently running.
80 void GetNumberOfThreads(uptr *total = 0, uptr *running = 0, uptr *alive = 0);
129 uptr alive_threads_; // Created or running.
/haiku-buildtools/jam/
H A Dmake1.c100 /* Wait for any outstanding commands to finish running. */
275 /* (and we haven't hit an error running earlier comands) we */
440 if( !rule->actions || a0->action->running )
443 a0->action->running = 1;
459 if( a1->action->rule == rule && !a1->action->running )
462 a1->action->running = 1;
H A Drules.h90 char running; /* has been started */ member in struct:_action
167 # define T_MAKE_RUNNING 3 /* make1(target) running commands */
/haiku-buildtools/binutils/zlib/old/
H A DMakefile.riscos26 @echo running tests: hang on.
/haiku-buildtools/gcc/contrib/
H A Dpatch_tester.sh470 echo "I'm the automatic tester running on $TARGET." >> $START_REPORT
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dlshift.asm40 define(`fanop',`fitod %f0,%f2') dnl A quasi nop running in the FA pipe
41 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
H A Drshift.asm40 define(`fanop',`fitod %f0,%f2') dnl A quasi nop running in the FA pipe
41 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dsqr_diagonal.asm27 C * Perhaps avoid ctop loop. Unfortunately, a cloop loop running at 1 c/l
/haiku-buildtools/gcc/gcc/
H A Dtimevar.c132 /* Nonzero if this timing variable is running as a standalone
253 TIMEVAR cannot be running as a standalone timer. */
374 If the timer is already running, leave it running and return true.
391 return true; /* The timevar is already running. */
398 return false; /* The timevar was not already running. */
407 timevar_cond_stop (timevar_id_t timevar, bool running) argument
412 if (!timevar_enable || running)
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daorsmul_1.asm92 C In the simple loop, note that running ecx from negative to zero and using
98 C success, generally running over 9 c/l.
123 C measurements showing small multipliers running faster than large ones.
/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi77 Note that running the testsuite may require additional tools be
119 is running properly. Note that the disk space required by a ``lean''
135 is running properly, since it should produce the same object files
/haiku-buildtools/autoconf/build-aux/
H A Dinstall-sh416 # Don't fail if two instances are running concurrently.
430 # Don't fail if two instances are running concurrently.
/haiku-buildtools/gcc/gmp/mpn/x86/k6/k62mmx/
H A Dcopyd.asm39 C There used to be a big unrolled version of this, running at 0.56 c/l if
/haiku-buildtools/cloog/osl/autoconf/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/haiku-buildtools/cloog/autoconf/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daors_n.asm32 C The inner loop of this code is the result of running a code generation and
/haiku-buildtools/gcc/mpc/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/haiku-buildtools/gcc/mpfr/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/haiku-buildtools/isl/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.

Completed in 124 milliseconds

12345