Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_exception_storage.pass.cpp43 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable
58 size_t thread_globals; in main() local
60 if (thread_code(&thread_globals) == 0) { in main()
66 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i)); in main()
71 if ( 0 == thread_globals [ i ] ) { in main()
77 std::sort ( thread_globals, thread_globals + NUMTHREADS ); in main()
79 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) { in main()