Searched refs:mSyncThread (Results 1 – 3 of 3) sorted by relevance
58 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz); in CEngine_Realize()67 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Realize()109 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) { in CEngine_Destroy()118 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Destroy()
152 memset(&thiz->mSyncThread, 0, sizeof(pthread_t)); in liCreateEngine()
191 pthread_t mSyncThread; member