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

  /frameworks/wilhelm/src/objects/
CEngine.cpp 63 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz);
72 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
124 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) {
133 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
  /frameworks/wilhelm/src/
entry.cpp 150 memset(&thiz->mSyncThread, 0, sizeof(pthread_t));
classes.h 199 pthread_t mSyncThread;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 325 HandlerThread mSyncThread;
535 if (mSyncThread != null) stopLooper(mSyncThread.getLooper());
541 mSyncThread = null;
    [all...]

Completed in 94 milliseconds