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/base/core/java/android/webkit/
WebSyncManager.java
34
private Thread
mSyncThread
;
69
mSyncThread
= new Thread(this);
70
mSyncThread
.setName(mThreadName);
71
mSyncThread
.start();
/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
187
pthread_t
mSyncThread
;
Completed in 134 milliseconds