Searched refs:mSyncThread (Results 1 – 4 of 4) sorted by relevance
63 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz); in CEngine_Realize()72 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Realize()124 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) { in CEngine_Destroy()133 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Destroy()
150 memset(&thiz->mSyncThread, 0, sizeof(pthread_t)); in liCreateEngine()
199 pthread_t mSyncThread; member
330 HandlerThread mSyncThread; field in ClientModeImplTest574 if (mSyncThread != null) stopLooper(mSyncThread.getLooper()); in cleanUp()580 mSyncThread = null; in cleanUp()