Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Dtest_exception_storage.pass.cpp40 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable
50 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
55 if ( 0 == thread_globals [ i ] ) { in main()
61 std::sort ( thread_globals, thread_globals + NUMTHREADS ); in main()
63 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) { in main()
69 size_t thread_globals; in main() local
71 if (thread_code(&thread_globals) == 0) { in main()
/external/libcxxabi/test/
Dtest_exception_storage.pass.cpp41 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable
51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
56 if ( 0 == thread_globals [ i ] ) { in main()
61 std::sort ( thread_globals, thread_globals + NUMTHREADS ); in main()
63 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) { in main()
68 size_t thread_globals; in main() local
70 if (thread_code(&thread_globals) == 0) { in main()