OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatesThreadLocalInDestructor
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/test/
thread_local_destruction_order.pass.cpp
35
class
CreatesThreadLocalInDestructor
{
37
~
CreatesThreadLocalInDestructor
() {
46
thread_local
CreatesThreadLocalInDestructor
<2> creates_tl2;
48
thread_local
CreatesThreadLocalInDestructor
<0> creates_tl0;
58
thread_local
CreatesThreadLocalInDestructor
<3> creates_tl;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
thread_local_destruction_order.pass.cpp
35
class
CreatesThreadLocalInDestructor
{
37
~
CreatesThreadLocalInDestructor
() {
46
thread_local
CreatesThreadLocalInDestructor
<2> creates_tl2;
48
thread_local
CreatesThreadLocalInDestructor
<0> creates_tl0;
58
thread_local
CreatesThreadLocalInDestructor
<3> creates_tl;
Completed in 614 milliseconds