Searched refs:thread_limit (Results 1 - 3 of 3) sorted by relevance
/external/clang/test/OpenMP/ |
H A D | teams_thread_limit_messages.cpp | 16 #pragma omp teams thread_limit(C) 19 #pragma omp teams thread_limit(T) // expected-error {{'T' does not refer to a value}} 22 #pragma omp teams thread_limit // expected-error {{expected '(' after 'thread_limit'}} 25 #pragma omp teams thread_limit( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 28 #pragma omp teams thread_limit() // expected-error {{expected expression}} 31 #pragma omp teams thread_limit(argc // expected-error {{expected ')'}} expected-note {{to match this '('}} 34 #pragma omp teams thread_limit(argc)) // expected-warning {{extra tokens at the end of '#pragma omp teams' are ignored}} 37 #pragma omp teams thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}} 40 #pragma omp teams thread_limit(arg [all...] |
H A D | teams_ast_print.cpp | 40 #pragma omp teams default(none), private(argc,b) firstprivate(argv) shared (d) reduction(+:c) reduction(max:e) num_teams(C) thread_limit(d*C) 56 // CHECK-NEXT: #pragma omp teams default(none) private(argc,b) firstprivate(argv) shared(d) reduction(+: c) reduction(max: e) num_teams(5) thread_limit(d * 5) 69 // CHECK-NEXT: #pragma omp teams default(none) private(argc,b) firstprivate(argv) shared(d) reduction(+: c) reduction(max: e) num_teams(1) thread_limit(d * 1) 82 // CHECK-NEXT: #pragma omp teams default(none) private(argc,b) firstprivate(argv) shared(d) reduction(+: c) reduction(max: e) num_teams(C) thread_limit(d * C) 104 #pragma omp teams default(none), private(argc,b) num_teams(f) firstprivate(argv) reduction(| : c, d) reduction(* : e) thread_limit(f+g) 106 // CHECK-NEXT: #pragma omp teams default(none) private(argc,b) num_teams(f) firstprivate(argv) reduction(|: c,d) reduction(*: e) thread_limit(f + g)
|
/external/ImageMagick/MagickCore/ |
H A D | resource.c | 97 thread_limit, 267 limit=resource_info.thread_limit; 268 status=(resource_info.thread_limit == MagickResourceInfinity) || 273 (void) FormatMagickSize((MagickSizeType) resource_info.thread_limit, 735 resource=resource_info.thread_limit; 828 resource_info.thread_limit)); 945 (void) FormatMagickSize((MagickSizeType) resource_info.thread_limit, 1316 resource_info.thread_limit=limit; 1319 resource_info.thread_limit=MagickMin(limit,StringToSizeType(value, 1321 if (resource_info.thread_limit > GetOpenMPMaximumThread 95 thread_limit, member in struct:_ResourceInfo [all...] |
Completed in 219 milliseconds