Searched refs:n_worker_threads (Results 1 - 14 of 14) sorted by relevance

/gem5/tests/test-progs/pthread/src/
H A Dtest_std_mutex.cpp54 int n_worker_threads = 0; local
78 n_worker_threads++;
82 for (int i = 0; i < n_worker_threads; ++i) {
87 if ( shared_var != n_worker_threads * nsteps || n_worker_threads < 1) {
H A Dtest_pthread_cond.cpp85 size_t n_worker_threads = 0; local
95 n_worker_threads++;
98 std::cout << n_worker_threads << " threads ready to race...\n"; local
102 for ( size_t i = 1; i < n_worker_threads; i++ ) {
106 if (n_worker_threads < 1) {
H A Dtest_pthread_create_para.cpp69 int n_worker_threads = 0; local
92 n_worker_threads++;
96 for ( int tid = 0; tid < n_worker_threads; ++tid ) {
102 for ( int i = 0; i < n_worker_threads; ++i ) {
114 if (!passed || n_worker_threads < 1)
H A Dtest_std_thread.cpp55 int n_worker_threads = 0; local
70 n_worker_threads++;
76 for (int i = 0; i < n_worker_threads; ++i) {
80 if (n_worker_threads < 1) {
84 for ( int i = 0; i < n_worker_threads; ++i ) {
H A Dtest_pthread_create_seq.cpp68 int n_worker_threads = 0; local
91 n_worker_threads++;
99 for ( int i = 0; i < n_worker_threads; ++i ) {
112 if (!passed || n_worker_threads < 1)
H A Dtest_std_condition_variable.cpp75 size_t n_worker_threads = 0; local
85 n_worker_threads++;
88 std::cout << n_worker_threads << " threads ready to race...\n"; local
91 for (int i = 0; i < n_worker_threads; ++i) {
H A Dtest_atomic.cpp74 int n_worker_threads = 0; local
100 n_worker_threads++;
104 for ( int tid = 0; tid < n_worker_threads; ++tid ) {
113 if ( shared_var != n_worker_threads * nsteps || n_worker_threads < 1)
H A Dtest_pthread_mutex.cpp82 int n_worker_threads = 0; local
112 n_worker_threads++;
116 for ( int tid = 0; tid < n_worker_threads; ++tid ) {
122 if ( shared_var != n_worker_threads * nsteps )
129 if (!passed || n_worker_threads < 1)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex1_d.S60 la t6, n_worker_threads
66 la t6, n_worker_threads
70 la t6, n_worker_threads
74 la t6, n_worker_threads
90 la t1, n_worker_threads
94 // futex(futex_X, FUTEX_WAKE_PRIVATE, n_worker_threads)
H A Dsysfutex3_d.S62 la t6, n_worker_threads
68 la t6, n_worker_threads
72 la t6, n_worker_threads
76 la t6, n_worker_threads
90 la t1, n_worker_threads
H A Dsysclone_d.S65 la t6, n_worker_threads
70 la t6, n_worker_threads
74 la t6, n_worker_threads
H A Dsysfutex_d.S61 la t6, n_worker_threads
66 la t6, n_worker_threads
70 la t6, n_worker_threads
74 la t6, n_worker_threads
H A Dsysfutex2_d.S62 la t6, n_worker_threads
68 la t6, n_worker_threads
72 la t6, n_worker_threads
76 la t6, n_worker_threads
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h162 la t3, n_worker_threads
350 n_worker_threads: .dword 0; \

Completed in 19 milliseconds