Home
last modified time | relevance | path

Searched refs:mSyncThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/objects/
DCEngine.c58 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()
/frameworks/wilhelm/src/
Dentry.c152 memset(&thiz->mSyncThread, 0, sizeof(pthread_t)); in liCreateEngine()
Dclasses.h194 pthread_t mSyncThread; member
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java318 HandlerThread mSyncThread; field in WifiStateMachineTest
420 if (mSyncThread != null) stopLooper(mSyncThread.getLooper()); in cleanUp()
426 mSyncThread = null; in cleanUp()