HomeSort by relevance Sort by last modified time
    Searched refs:m_section (Results 1 - 2 of 2) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmThreadHelper.h 77 pthread_mutex_t& GetHandle() { return m_section;}
81 pthread_mutex_t m_section; member in class:DMCriticalSection
137 memset( &m_section, 0, sizeof( m_section ) );
139 NRES(pthread_mutex_init( &m_section, 0 ));
145 NRES(pthread_mutex_destroy( &m_section ));
151 NRES(pthread_mutex_lock( &m_section ));
157 NRES(pthread_mutex_unlock( &m_section ));
164 int nRes = pthread_mutex_trylock( &m_section );
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmThreadHelper.h 69 pthread_mutex_t& GetHandle() { return m_section;}
73 pthread_mutex_t m_section; member in class:DMCriticalSection
129 memset( &m_section, 0, sizeof( m_section ) );
131 NRES(pthread_mutex_init( &m_section, 0 ));
137 NRES(pthread_mutex_destroy( &m_section ));
143 NRES(pthread_mutex_lock( &m_section ));
149 NRES(pthread_mutex_unlock( &m_section ));
156 int nRes = pthread_mutex_trylock( &m_section );

Completed in 588 milliseconds