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

  /frameworks/wilhelm/src/objects/
CEngine.c 58 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz);
67 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
109 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) {
118 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
  /frameworks/wilhelm/src/
entry.c 152 memset(&thiz->mSyncThread, 0, sizeof(pthread_t));
classes.h 191 pthread_t mSyncThread;

Completed in 57 milliseconds