Searched defs:__constructed (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpar_loop.h76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;

Completed in 881 milliseconds