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

/external/libcxxabi/test/
H A Dtest_exception_storage.cpp43 size_t thread_globals [ NUMTHREADS ] = { 0 }; variable
58 size_t thread_globals; local
59 retVal = thread_code(&thread_globals) != 0;
63 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i));
68 if ( 0 == thread_globals [ i ] ) {
73 // print_sizes ( thread_globals, thread_globals + NUMTHREADS );
74 std::sort ( thread_globals, thread_globals + NUMTHREADS );
76 if ( thread_globals [
[all...]

Completed in 176 milliseconds