Home
last modified time | relevance | path

Searched refs:threadvar (Results 1 – 10 of 10) sorted by relevance

/external/libevent/test/
Dregress_thread.h35 #define THREAD_START(threadvar, fn, arg) do { \ argument
37 (threadvar) = (THREAD_T)threadhandle; \
38 thread_setup(threadvar); \
47 #define THREAD_START(threadvar, fn, arg) do { \ argument
48 if (!pthread_create(&(threadvar), NULL, fn, arg)) \
49 thread_setup(threadvar); \
/external/clang/test/OpenMP/
Dparallel_private_messages.cpp41 int threadvar; variable
42 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
74 …#pragma omp parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local … in main()
Dtask_private_messages.cpp45 int threadvar; variable
46 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
83 #pragma omp task private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local va… in main()
Dteams_private_messages.cpp41 int threadvar; variable
42 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
105 …#pragma omp teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local var… in main()
Dtarget_parallel_private_messages.cpp27 int threadvar; variable
28 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}} …
97 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in foomain()
184 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in main()
/external/llvm-project/clang/test/OpenMP/
Dparallel_private_messages.cpp44 int threadvar; variable
45 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
77 …#pragma omp parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local … in main()
Dtask_private_messages.cpp58 int threadvar; variable
59 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
96 #pragma omp task private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local va… in main()
Dteams_private_messages.cpp44 int threadvar; variable
45 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
108 …#pragma omp teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local var… in main()
Dtarget_teams_private_messages.cpp54 int threadvar; variable
55 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
102 #pragma omp target teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread loc… in main()
Dtarget_parallel_private_messages.cpp40 int threadvar; variable
41 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}} …
110 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in foomain()
197 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in main()