Home
last modified time | relevance | path

Searched defs:thread_globals (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxxabi/test/
H A Dtest_exception_storage.pass.cpp41 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable
68 size_t thread_globals; in main() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dtest_exception_storage.threads.pass.cpp60 std::vector<void*> thread_globals(num_threads); in main() local