Searched refs:print_id (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/pthread/src/
H A Dtest_pthread_cond.cpp59 void* print_id( void* arg_vptr ) function
91 ret = pthread_create( &threads[i], nullptr, print_id, (void*)i );
H A Dtest_std_condition_variable.cpp57 void print_id( size_t id ) function
81 threads.push_back( std::thread( print_id, i ) );

Completed in 5 milliseconds