Home
last modified time | relevance | path

Searched refs:sync_start (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Dsync.cpp28 void *sync_start(void *arg) in sync_start() function
H A Dsles_allinclusive.h384 extern void *sync_start(void *arg);
/aosp12/frameworks/wilhelm/src/objects/
H A DCEngine.cpp63 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz); in CEngine_Realize()