Home | History | Annotate | Download | only in test

Lines Matching refs:thread_globals

43 size_t      thread_globals [ NUMTHREADS ] = { 0 };
58 size_t thread_globals;
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 ] ) {
83 // print_sizes ( thread_globals, thread_globals + NUMTHREADS );