Searched refs:nsteps (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/pthread/src/
H A Dtest_atomic.cpp54 int nsteps; member in struct:__anon76
62 int nsteps = my_args->nsteps; local
65 for ( int i = 0; i < nsteps; ++i ) {
83 int nsteps = 1000; local
90 t_args[tid].nsteps = nsteps;
113 if ( shared_var != n_worker_threads * nsteps || n_worker_threads < 1)
H A Dtest_pthread_mutex.cpp53 int nsteps; member in struct:__anon79
62 int nsteps = my_args->nsteps; local
66 for ( int i = 0; i < nsteps; ++i ) {
92 int nsteps = 10000; local
102 t_args[tid].nsteps = nsteps;
122 if ( shared_var != n_worker_threads * nsteps )
H A Dtest_std_mutex.cpp66 int nsteps = 1000; local
72 for ( int i = 0; i < nsteps; ++i )
87 if ( shared_var != n_worker_threads * nsteps || n_worker_threads < 1) {

Completed in 5 milliseconds