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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp79 pthread_mutex_init( &m_mutex, PTHREAD_NULL );
89 pthread_mutex_destroy( &m_mutex );
116 pthread_mutex_lock( &p->m_mutex );
118 pthread_cond_wait( &p->m_pt_condition, &p->m_mutex );
119 pthread_mutex_unlock( &p->m_mutex );
249 pthread_mutex_lock( &to_p->m_mutex );
251 pthread_mutex_lock( &from_p->m_mutex );
252 pthread_mutex_unlock( &to_p->m_mutex );
253 pthread_cond_wait( &from_p->m_pt_condition, &from_p->m_mutex );
254 pthread_mutex_unlock( &from_p->m_mutex );
[all...]
H A Dsc_cor_pthread.h76 pthread_mutex_t m_mutex; // Mutex to suspend thread on. member in class:sc_core::sc_cor_pthread
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.cpp161 sc_scoped_lock lock( m_mutex );
170 sc_scoped_lock lock( m_mutex );
187 sc_host_mutex m_mutex; member in class:sc_core::sc_prim_channel_registry::async_update_list

Completed in 7 milliseconds