OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSyncThread
(Results
1 - 4
of
4
) 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
194
pthread_t
mSyncThread
;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java
318
HandlerThread
mSyncThread
;
420
if (
mSyncThread
!= null) stopLooper(
mSyncThread
.getLooper());
426
mSyncThread
= null;
[
all
...]
Completed in 203 milliseconds