Home
last modified time | relevance | path

Searched refs:threadMain (Results 1 – 2 of 2) sorted by relevance

/system/core/libsync/tests/
Dsync_test.cpp459 auto threadMain = [&](int threadId) { in TEST() local
476 thread a{threadMain, 0}; in TEST()
477 thread b{threadMain, 1}; in TEST()
497 auto threadMain = [&](int threadId) { in TEST_P() local
523 threads.push_back(thread{threadMain, i}); in TEST_P()
/system/netd/server/
DDnsProxyListener.cpp60 void* threadMain(void* obj) { in threadMain() function
87 rval = pthread_create(&thread, &scoped_attr.attr, &threadMain<T>, self); in threadLaunch()