HomeSort by relevance Sort by last modified time
    Searched refs:nowait (Results 1 - 8 of 8) sorted by null

  /external/clang/test/OpenMP/
sections_ast_print.cpp 17 #pragma omp sections private(argc, b), firstprivate(c, d), lastprivate(d, f) reduction(- : g) nowait
22 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(c,d) lastprivate(d,f) reduction(-: g) nowait
34 #pragma omp sections private(argc, b), firstprivate(argv, c), lastprivate(d, f) reduction(+ : g) nowait
42 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(argv,c) lastprivate(d,f) reduction(+: g) nowait
single_ast_print.cpp 17 #pragma omp single private(argc, b), firstprivate(c, d), nowait copyprivate(g)
20 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) nowait copyprivate(g)
30 #pragma omp single private(argc, b), firstprivate(argv, c), nowait copyprivate(g)
33 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(argv,c) nowait copyprivate(g)
for_ast_print.cpp 23 #pragma omp for private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) ordered nowait
31 // CHECK-NEXT: #pragma omp for private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) schedule(static, N) ordered nowait
52 #pragma omp for private(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) ordered nowait
57 // CHECK-NEXT: #pragma omp for private(argc,b) firstprivate(argv,c) lastprivate(d,f) collapse(2) schedule(auto) ordered nowait
parallel_for_private_messages.cpp 87 #pragma omp parallel for nowait // expected-error {{unexpected OpenMP clause 'nowait' in directive '#pragma omp parallel for'}}
152 #pragma omp parallel for nowait // expected-error {{unexpected OpenMP clause 'nowait' in directive '#pragma omp parallel for'}}
parallel_sections_misc_messages.c 75 // expected-error@+1 {{unexpected OpenMP clause 'nowait' in directive '#pragma omp section'}}
76 #pragma omp section nowait
sections_misc_messages.c 77 // expected-error@+1 {{unexpected OpenMP clause 'nowait' in directive '#pragma omp section'}}
78 #pragma omp section nowait
  /ndk/
ndk-gdb.py 214 parser.add_argument( '--nowait',
216 action='store_true', dest='nowait')
294 if args.nowait == True:
297 error('Failed to find jdb.\n..you can use --nowait to disable jdb\n..but may miss early breakpoints.')
    [all...]
ndk-gdb 261 --nowait)
281 echo "ERROR: 'jdb' not found; you must either install the JDK, or specify --nowait"
285 echo "ERROR: --port specified cannot be $JDB_PORT without --nowait"
300 echo " --nowait Don't have application wait for debugger to attach"

Completed in 369 milliseconds