OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__constructed
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
80
__state_ |=
__constructed
| ready;
93
__state_ |=
__constructed
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future
525
__constructed
= 1,
536
{return (__state_ &
__constructed
) || (__exception_ != nullptr);}
629
if (this->__state_ & base::
__constructed
)
649
this->__state_ |= base::
__constructed
| base::ready;
669
this->__state_ |= base::
__constructed
;
731
this->__state_ |= base::
__constructed
| base::ready;
746
this->__state_ |= base::
__constructed
;
780
if (this->__state_ & base::
__constructed
)
[
all
...]
__hash_table
460
bool
__constructed
= false) _NOEXCEPT
462
__value_constructed(
__constructed
)
[
all
...]
Completed in 92 milliseconds