/external/libcxxabi/test/ |
test_exception_storage.pass.cpp | 41 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable 51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); 56 if ( 0 == thread_globals [ i ] ) { 61 std::sort ( thread_globals, thread_globals + NUMTHREADS ); 63 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) { 68 size_t thread_globals; local 70 if (thread_code(&thread_globals) == 0) {
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_exception_storage.pass.cpp | 43 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable 58 size_t thread_globals; local 60 if (thread_code(&thread_globals) == 0) { 66 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i)); 71 if ( 0 == thread_globals [ i ] ) { 76 // print_sizes ( thread_globals, thread_globals + NUMTHREADS ); 77 std::sort ( thread_globals, thread_globals + NUMTHREADS ); 79 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
test_exception_storage.pass.cpp | 43 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable 58 size_t thread_globals; local 60 if (thread_code(&thread_globals) == 0) { 66 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i)); 71 if ( 0 == thread_globals [ i ] ) { 76 // print_sizes ( thread_globals, thread_globals + NUMTHREADS ); 77 std::sort ( thread_globals, thread_globals + NUMTHREADS ); 79 if ( thread_globals [ i - 1 ] == thread_globals [ i ] ) [all...] |