Searched refs:wait (Results 1 - 25 of 177) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash36.C3 struct wait { int w_status; }; struct
4 int wait();
5 extern "C" int wait(int*);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dptrmem28.C5 template <A::cont_func> void wait(int);
8 void fix() { wait<&A::notify>(0); } // OK
9 template <int> void repair() { wait<&A::notify>(0); }
H A Dptrmem29.C6 template <cont_func cont_f> void wait(B<cont_f> ***);
9 template <bool> void fix() { wait<&D::done>(0); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcall1.C11 static void wait() function in struct:RunState
19 RunState::wait();
/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dwait.h5 "fixinc/tests/inc/sys/wait.h"
18 extern pid_d wait(void*);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr35492.c15 int wait; local
20 prepare_to_wait (sk->sk_sleep, &wait, 1);
23 finish_wait (sk->sk_sleep, &wait);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dasyncwait-3.f9514 !$acc wait (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
26 !$acc wait (1, *) ! { dg-error "Invalid argument to \\\$\\\!ACC WAIT" }
28 !$acc wait (1, a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
30 !$acc wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
32 !$acc wait (
[all...]
H A Dasyncwait-4.f9514 !$acc wait async (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait async (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait async (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait async (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait async (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait async (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
26 !$acc wait async (1, *) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
28 !$acc wait async (1, a) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
30 !$acc wait async (a) ! { dg-error "ASYNC clause at \\\(1\\\) requires a scalar INTEGER expression" }
32 !$acc wait asyn
[all...]
H A Dasyncwait-2.f9514 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1 2) ! { dg-error "Syntax error in OpenACC expression list" }
20 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1,) ! { dg-error "Syntax error in OpenACC expression list" }
26 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (,1) ! { dg-error "Syntax error in OpenACC expression list" }
32 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1,2,) ! { dg-error "Syntax error in OpenACC expression list" }
38 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1,2 3) ! { dg-error "Syntax error in OpenACC expression list" }
44 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1,2,,) ! { dg-error "Syntax error in OpenACC expression list" }
50 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1 ! { dg-error "Syntax error in OpenACC expression list" }
56 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (*) ! { dg-error "Syntax error in OpenACC expression list" }
62 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
68 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc/
H A Dasyncwait-1.c82 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1 2) /* { dg-error "expected '\\)' before numeric constant" } */
88 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,) /* { dg-error "expected (primary-|)expression before" } */
94 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (,1) /* { dg-error "expected (primary-|)expression before" } */
100 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,2,) /* { dg-error "expected (primary-|)expression before" } */
106 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,2 3) /* { dg-error "expected '\\)' before numeric constant" } */
112 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,2,,) /* { dg-error "expected (primary-|)expression before" } */
118 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1 /* { dg-error "expected '\\\)' before end of line" } */
125 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,*) /* { dg-error "expected (primary-|)expression before" } */
131 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (1,a) /*{ dg-error "must be integral" } */
137 #pragma acc parallel copyin (a[0:N]) copy (b[0:N]) wait (
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/crx/
H A Dno_op_insn.s23 .global wait
24 wait: label
25 wait label
H A Dno_op_insn.d21 00000008 <wait>:
22 8: 06 30 wait
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/crx/
H A Dno_op_insn.s23 .global wait
24 wait: label
25 wait label
H A Dno_op_insn.d21 00000008 <wait>:
22 8: 06 30 wait
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dtransparent-union-5.c7 union wait { int w_status; }; union
11 union wait *uptr;
16 union wait wstatus;
/haiku-buildtools/legacy/gcc/libiberty/
H A Dwaitpid.c7 int wpid = wait(stat_loc);
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A De500mc.s11 wait
12 wait 0
14 wait 1
16 wait 2
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dwait.d9 0: 7f 96 wait
/haiku-buildtools/binutils/libiberty/
H A Dwaitpid.c5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);
/haiku-buildtools/gcc/libiberty/
H A Dwaitpid.c5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dwaitpid.c5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dxm-lynx.h32 /* Include <sys/wait.h> to define the exit status access macros. */
34 #include <sys/wait.h>
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug078.go9 func dosplit(wait chan int ){
11 case <-wait:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dftrapv-1.c9 #include <sys/wait.h>
33 if (wait (&status) == child
/haiku-buildtools/gcc/libgomp/config/linux/
H A Dmutex.h63 int wait = __atomic_exchange_n (mutex, 0, MEMMODEL_RELEASE); local
64 if (__builtin_expect (wait < 0, 0))

Completed in 274 milliseconds

12345678