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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
par_loop.h 76 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/
par_loop.h 76 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;
  /external/libcxx/src/
future.cpp 99 __state_ |= __constructed | ready;
111 __state_ |= __constructed;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
future.cpp 99 __state_ |= __constructed | ready;
111 __state_ |= __constructed;

Completed in 262 milliseconds